Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/x86/
H A Dapicreg.h385 #define IOAPIC_REDTBL 0x10 macro
386 #define IOAPIC_REDTBL0 IOAPIC_REDTBL
387 #define IOAPIC_REDTBL1 (IOAPIC_REDTBL+0x02)
388 #define IOAPIC_REDTBL2 (IOAPIC_REDTBL+0x04)
389 #define IOAPIC_REDTBL3 (IOAPIC_REDTBL+0x06)
390 #define IOAPIC_REDTBL4 (IOAPIC_REDTBL+0x08)
391 #define IOAPIC_REDTBL5 (IOAPIC_REDTBL+0x0a)
392 #define IOAPIC_REDTBL6 (IOAPIC_REDTBL+0x0c)
393 #define IOAPIC_REDTBL7 (IOAPIC_REDTBL+0x0e)
394 #define IOAPIC_REDTBL8 (IOAPIC_REDTBL+0x10)
[all …]
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvioapic.c260 if (regnum >= IOAPIC_REDTBL && in vioapic_read()
261 regnum < IOAPIC_REDTBL + REDIR_ENTRIES * 2) { in vioapic_read()
262 pin = (regnum - IOAPIC_REDTBL) / 2; in vioapic_read()
263 if ((regnum - IOAPIC_REDTBL) % 2) in vioapic_read()
294 if (regnum >= IOAPIC_REDTBL && in vioapic_write()
295 regnum < IOAPIC_REDTBL + REDIR_ENTRIES * 2) { in vioapic_write()
296 pin = (regnum - IOAPIC_REDTBL) / 2; in vioapic_write()
297 if ((regnum - IOAPIC_REDTBL) % 2) in vioapic_write()