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

/xnu-2782.1.97/tools/lldbmacros/
H A Dapic.py213 def DoIoApicRead(offset): function
237 ioapic_id = DoIoApicRead(0)
240 ioapic_ver = DoIoApicRead(1)
249 redir_val_lo = DoIoApicRead(0x10 + redir * 2)
250 redir_val_hi = DoIoApicRead(0x10 + (redir * 2) + 1)
325 read_val = DoIoApicRead(offset)

Completed in 55 milliseconds