Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/amd64/vmm/io/
HDvioapic.c118 phys = ((low & IOART_DESTMOD) == IOART_DESTPHY); in vioapic_send_intr()
266 phys = ((low & IOART_DESTMOD) == IOART_DESTPHY); in vioapic_update_tmr()
/freebsd-13-stable/sys/x86/include/
HDapicreg.h529 # define IOART_DESTPHY 0x00000000 /* physical */ macro
/freebsd-13-stable/sys/x86/x86/
HDio_apic.c366 low = IOART_DESTPHY; in ioapic_program_intpin()