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

/freebsd-12-stable/sys/x86/include/
H A Dapicreg.h480 #define IOAPIC_REDTBL 0x10 macro
481 #define IOAPIC_REDTBL0 IOAPIC_REDTBL
482 #define IOAPIC_REDTBL1 (IOAPIC_REDTBL+0x02)
483 #define IOAPIC_REDTBL2 (IOAPIC_REDTBL+0x04)
484 #define IOAPIC_REDTBL3 (IOAPIC_REDTBL+0x06)
485 #define IOAPIC_REDTBL4 (IOAPIC_REDTBL+0x08)
486 #define IOAPIC_REDTBL5 (IOAPIC_REDTBL+0x0a)
487 #define IOAPIC_REDTBL6 (IOAPIC_REDTBL+0x0c)
488 #define IOAPIC_REDTBL7 (IOAPIC_REDTBL+0x0e)
489 #define IOAPIC_REDTBL8 (IOAPIC_REDTBL
[all...]
/freebsd-12-stable/sys/amd64/vmm/io/
H A Dvioapic.c291 if (regnum >= IOAPIC_REDTBL &&
292 regnum < IOAPIC_REDTBL + REDIR_ENTRIES * 2) {
293 pin = (regnum - IOAPIC_REDTBL) / 2;
294 if ((regnum - IOAPIC_REDTBL) % 2)
327 if (regnum >= IOAPIC_REDTBL &&
328 regnum < IOAPIC_REDTBL + REDIR_ENTRIES * 2) {
329 pin = (regnum - IOAPIC_REDTBL) / 2;
330 if ((regnum - IOAPIC_REDTBL) % 2)
/freebsd-12-stable/sys/x86/x86/
H A Dio_apic.c61 #define IOAPIC_REDTBL_LO(i) (IOAPIC_REDTBL + (i) * 2)

Completed in 164 milliseconds