Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dio_apic.c662 (value & IOART_VER_VERSION), (value & IOART_VER_MAXREDIR) in ioapic_create()
674 io->io_haseoi = (value & IOART_VER_VERSION) >= 0x20; in ioapic_create()
923 flags = ioapic_read(apic, IOAPIC_VER) & IOART_VER_VERSION; in ioapic_register()
1200 db_ioapic_read(io_addr, IOAPIC_ID), r & IOART_VER_VERSION, mre); in db_show_ioapic_one()
/freebsd/sys/x86/include/
H A Dapicreg.h501 #define IOART_VER_VERSION 0x000000ff macro