Searched refs:WritePhysInt (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.1.13/tools/lldbmacros/ ! |
| H A D | apic.py | 72 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 D | pci.py | 77 return WritePhysInt(phys_addr, val, bits)
|
| H A D | pmap.py | 223 def WritePhysInt(phys_addr, int_val, bitsize = 64): function 258 print(WritePhysInt(phys_addr, int_value, nbits))
|