Home
last modified time | relevance | path

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

/xnu-10002.1.13/tools/lldbmacros/
H A Dapic.py72 return WritePhysInt(lapic_base_addr + offset, val, 32)
224 WritePhysInt(ioapic_base_addr + ioapic_index_off, offset, 8)
234 WritePhysInt(ioapic_base_addr + ioapic_index_off, offset, 8)
235 return WritePhysInt(ioapic_base_addr + ioapic_data_off, val, 32)
H A Dpci.py77 return WritePhysInt(phys_addr, val, bits)
H A Dpmap.py223 def WritePhysInt(phys_addr, int_val, bitsize = 64): function
258 print(WritePhysInt(phys_addr, int_value, nbits))