Home
last modified time | relevance | path

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

/xnu-11417.140.69/tools/lldbmacros/
H A Dapic.py68 return WritePhysInt(lapic_base_addr + offset, val, 32)
220 WritePhysInt(ioapic_base_addr + ioapic_index_off, offset, 8)
230 WritePhysInt(ioapic_base_addr + ioapic_index_off, offset, 8)
231 return WritePhysInt(ioapic_base_addr + ioapic_data_off, val, 32)
H A Dpci.py73 return WritePhysInt(phys_addr, val, bits)
H A Dpmap.py219 def WritePhysInt(phys_addr, int_val, bitsize = 64): function
255 print(WritePhysInt(phys_addr, int_value, nbits))