Home
last modified time | relevance | path

Searched refs:IOART_VER_VERSION (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/x86/x86/
H A Dio_apic.c664 (value & IOART_VER_VERSION), (value & IOART_VER_MAXREDIR) in ioapic_create()
676 io->io_haseoi = (value & IOART_VER_VERSION) >= 0x20; in ioapic_create()
925 flags = ioapic_read(apic, IOAPIC_VER) & IOART_VER_VERSION; in ioapic_register()
1204 db_ioapic_read(io_addr, IOAPIC_ID), r & IOART_VER_VERSION, mre); in db_show_ioapic_one()
/f-stack/freebsd/x86/include/
H A Dapicreg.h503 #define IOART_VER_VERSION 0x000000ff macro