Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dapicreg.h476 #define IOAPIC_REDTBL 0x10 macro
477 #define IOAPIC_REDTBL0 IOAPIC_REDTBL
478 #define IOAPIC_REDTBL1 (IOAPIC_REDTBL+0x02)
479 #define IOAPIC_REDTBL2 (IOAPIC_REDTBL+0x04)
480 #define IOAPIC_REDTBL3 (IOAPIC_REDTBL+0x06)
481 #define IOAPIC_REDTBL4 (IOAPIC_REDTBL+0x08)
482 #define IOAPIC_REDTBL5 (IOAPIC_REDTBL+0x0a)
483 #define IOAPIC_REDTBL6 (IOAPIC_REDTBL+0x0c)
484 #define IOAPIC_REDTBL7 (IOAPIC_REDTBL+0x0e)
485 #define IOAPIC_REDTBL8 (IOAPIC_REDTBL+0x10)
[all …]
/f-stack/freebsd/amd64/vmm/io/
H A Dvioapic.c294 if (regnum >= IOAPIC_REDTBL && in vioapic_read()
295 regnum < IOAPIC_REDTBL + REDIR_ENTRIES * 2) { in vioapic_read()
296 pin = (regnum - IOAPIC_REDTBL) / 2; in vioapic_read()
297 if ((regnum - IOAPIC_REDTBL) % 2) in vioapic_read()
330 if (regnum >= IOAPIC_REDTBL && in vioapic_write()
331 regnum < IOAPIC_REDTBL + REDIR_ENTRIES * 2) { in vioapic_write()
332 pin = (regnum - IOAPIC_REDTBL) / 2; in vioapic_write()
333 if ((regnum - IOAPIC_REDTBL) % 2) in vioapic_write()
/f-stack/freebsd/x86/x86/
H A Dio_apic.c62 #define IOAPIC_REDTBL_LO(i) (IOAPIC_REDTBL + (i) * 2)