Home
last modified time | relevance | path

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

/xnu-8019.80.24/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)