Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/io/
H A Dvioapic.c122 phys = ((low & IOART_DESTMOD) == IOART_DESTPHY); in vioapic_send_intr()
264 phys = ((low & IOART_DESTMOD) == IOART_DESTPHY); in vioapic_update_tmr()
/f-stack/freebsd/x86/include/
H A Dapicreg.h530 #define IOART_DESTMOD 0x00000800 /* R/W: destination mode */ macro
/f-stack/freebsd/x86/x86/
H A Dio_apic.c1210 (lo & IOART_DESTMOD) == IOART_DESTLOG ? "log" : "phy", in db_show_ioapic_one()