1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
@rootpgt: PGT
target_as=MACHPHYSADDR
root=KVADDR:0xc0204000
pte_mask=0x0
pte_format=arm
fields=12,8,12
@direct: LINEAR
target_as=KPHYSADDR
off=0xffffffff80000000
@rdirect: LINEAR
target_as=KVADDR
off=0x80000000
@machphys_kphys: LINEAR
target_as=KPHYSADDR
off=0x0
@kphys_machphys: LINEAR
target_as=MACHPHYSADDR
off=0x0
KV -> HW:
0-ffffffff: @rootpgt
100000000-ffffffffffffffff: NONE
KV -> PHYS:
0-bfffffff: @rootpgt
c0000000-efffffff: @direct
f0000000-ffffffff: @rootpgt
100000000-ffffffffffffffff: NONE
KPHYS -> DIRECT:
0-3fffffff: NONE
40000000-6fffffff: @rdirect
70000000-ffffffffffffffff: NONE
MACHPHYS -> KPHYS:
0-ffffffffff: @machphys_kphys
10000000000-ffffffffffffffff: NONE
KPHYS -> MACHPHYS:
0-ffffffffff: @kphys_machphys
10000000000-ffffffffffffffff: NONE
|