Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dapicreg.h474 #define IOAPIC_REDTBL 0x10 macro
475 #define IOAPIC_REDTBL0 IOAPIC_REDTBL
476 #define IOAPIC_REDTBL1 (IOAPIC_REDTBL+0x02)
477 #define IOAPIC_REDTBL2 (IOAPIC_REDTBL+0x04)
478 #define IOAPIC_REDTBL3 (IOAPIC_REDTBL+0x06)
479 #define IOAPIC_REDTBL4 (IOAPIC_REDTBL+0x08)
480 #define IOAPIC_REDTBL5 (IOAPIC_REDTBL+0x0a)
481 #define IOAPIC_REDTBL6 (IOAPIC_REDTBL+0x0c)
482 #define IOAPIC_REDTBL7 (IOAPIC_REDTBL+0x0e)
483 #define IOAPIC_REDTBL8 (IOAPIC_REDTBL+0x10)
[all …]
/freebsd/sys/amd64/vmm/io/
H A Dvioapic.c296 if (regnum >= IOAPIC_REDTBL && in vioapic_read()
297 regnum < IOAPIC_REDTBL + REDIR_ENTRIES * 2) { in vioapic_read()
298 pin = (regnum - IOAPIC_REDTBL) / 2; in vioapic_read()
299 if ((regnum - IOAPIC_REDTBL) % 2) in vioapic_read()
333 if (regnum >= IOAPIC_REDTBL && in vioapic_write()
334 regnum < IOAPIC_REDTBL + REDIR_ENTRIES * 2) { in vioapic_write()
335 pin = (regnum - IOAPIC_REDTBL) / 2; in vioapic_write()
336 if ((regnum - IOAPIC_REDTBL) % 2) in vioapic_write()
/freebsd/sys/x86/x86/
H A Dio_apic.c60 #define IOAPIC_REDTBL_LO(i) (IOAPIC_REDTBL + (i) * 2)