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

/xnu-2422.115.4/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.py153 def WritePhysInt(phys_addr, int_val, bitsize = 64): function
188 print WritePhysInt(phys_addr, int_value, nbits)

Completed in 20 milliseconds