File: addrxlat-identity

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 (15 lines) | stat: -rwxr-xr-x 219 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh

#
# Check null-mapping VTOP translation.
#

pf="none:64"
ptes=
input="0x0 0x2 0x30 0x400 0x5000 0x123456789abcdef"
list=
for addr in $input; do
    list="$list $addr:$addr"
done

. "$srcdir"/addrxlat-common