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.h481 #define IOAPIC_REDTBL 0x10 macro
482 #define IOAPIC_REDTBL0 IOAPIC_REDTBL
483 #define IOAPIC_REDTBL1 (IOAPIC_REDTBL+0x02)
484 #define IOAPIC_REDTBL2 (IOAPIC_REDTBL+0x04)
485 #define IOAPIC_REDTBL3 (IOAPIC_REDTBL+0x06)
486 #define IOAPIC_REDTBL4 (IOAPIC_REDTBL+0x08)
487 #define IOAPIC_REDTBL5 (IOAPIC_REDTBL+0x0a)
488 #define IOAPIC_REDTBL6 (IOAPIC_REDTBL+0x0c)
489 #define IOAPIC_REDTBL7 (IOAPIC_REDTBL+0x0e)
490 #define IOAPIC_REDTBL8 (IOAPIC_REDTBL+0x10)
[all …]
/freebsd/sys/amd64/vmm/io/
H A Dvioapic.c307 if (regnum >= IOAPIC_REDTBL && in vioapic_read()
308 regnum < IOAPIC_REDTBL + REDIR_ENTRIES * 2) { in vioapic_read()
309 pin = (regnum - IOAPIC_REDTBL) / 2; in vioapic_read()
310 if ((regnum - IOAPIC_REDTBL) % 2) in vioapic_read()
344 if (regnum >= IOAPIC_REDTBL && in vioapic_write()
345 regnum < IOAPIC_REDTBL + REDIR_ENTRIES * 2) { in vioapic_write()
346 pin = (regnum - IOAPIC_REDTBL) / 2; in vioapic_write()
347 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)