File: sys-xlat-x86_64-linux-xen

package info (click to toggle)
libkdumpfile 0.5.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,800 kB
  • sloc: ansic: 34,639; sh: 3,853; python: 1,490; makefile: 755
file content (19 lines) | stat: -rwxr-xr-x 422 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh

#
# Check translation by system using Linux/x86_64 definitions
#

sysname=xlat-linux-x86_64-2.6.31-nover-xen

# machine to kernel
list="MACHPHYSADDR:0x1234:KPHYSADDR"
# machine to reverse directmap
list="$list MACHPHYSADDR:0x1234:KVADDR"

# kernel to machine
list="$list KPHYSADDR:0x4005fedc:MACHPHYSADDR"
# directmap to machine
list="$list KVADDR:0xffff88004005fedc:MACHPHYSADDR"

. "$srcdir"/sys-xlat-common