Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/amd64/vmm/io/
Dvioapic.c117 phys = ((low & IOART_DESTMOD) == IOART_DESTPHY); in vioapic_send_intr()
259 phys = ((low & IOART_DESTMOD) == IOART_DESTPHY); in vioapic_update_tmr()
/freebsd-10-stable/sys/x86/include/
Dapicreg.h440 # define IOART_DESTPHY 0x00000000 /* physical */ macro
/freebsd-10-stable/sys/x86/x86/
Dio_apic.c278 low = IOART_DESTPHY; in ioapic_program_intpin()