Home
last modified time | relevance | path

Searched refs:ReadPhysInt (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/tools/lldbmacros/
H A Dapic.py54 return ReadPhysInt(lapic_base_addr + offset, 32, cpu)
221 return ReadPhysInt(ioapic_base_addr + ioapic_data_off, 32)
H A Dpmap.py7 def ReadPhysInt(phys_addr, bitsize = 64, cpuval = None): function
47 print "{0: <#x}".format(ReadPhysInt(phys_addr, nbits))
279 entry = ReadPhysInt(entry_addr, 64, xnudefines.lcpu_self )
284 …out_string += "{0: <#020x}:\t {1: <#020x}\n".format(paddr_tmp, ReadPhysInt(paddr_tmp, 64, xnudefin…
368 entry = ReadPhysInt(entry_addr, 64, xnudefines.lcpu_self )
373 …out_string += "{0: <#020x}:\t {1: <#020x}\n".format(paddr_tmp, ReadPhysInt(paddr_tmp, 64, xnudefin…
501 pvalue = ReadPhysInt(paddr, 32, xnudefines.lcpu_self)
H A Dpci.py62 return ReadPhysInt(phys_addr, bits)