Home
last modified time | relevance | path

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

/xnu-8796.121.2/tools/lldbmacros/
H A Dapic.py217 def DoIoApicRead(offset): function
241 ioapic_id = DoIoApicRead(0)
244 ioapic_ver = DoIoApicRead(1)
253 redir_val_lo = DoIoApicRead(0x10 + redir * 2)
254 redir_val_hi = DoIoApicRead(0x10 + (redir * 2) + 1)
329 read_val = DoIoApicRead(offset)