Searched refs:ReadPhysInt (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.41.9/tools/lldbmacros/ |
| H A D | apic.py | 58 return ReadPhysInt(lapic_base_addr + offset, 32, cpu) 225 return ReadPhysInt(ioapic_base_addr + ioapic_data_off, 32)
|
| H A D | pmap.py | 12 def ReadPhysInt(phys_addr, bitsize = 64, cpuval = None): function 52 print("{0: <#x}".format(ReadPhysInt(phys_addr, nbits))) 284 entry = ReadPhysInt(entry_addr, 64, xnudefines.lcpu_self ) 289 …out_string += "{0: <#020x}:\t {1: <#020x}\n".format(paddr_tmp, ReadPhysInt(paddr_tmp, 64, xnudefin… 373 entry = ReadPhysInt(entry_addr, 64, xnudefines.lcpu_self ) 378 …out_string += "{0: <#020x}:\t {1: <#020x}\n".format(paddr_tmp, ReadPhysInt(paddr_tmp, 64, xnudefin… 506 pvalue = ReadPhysInt(paddr, 32, xnudefines.lcpu_self)
|
| H A D | pci.py | 66 return ReadPhysInt(phys_addr, bits)
|