Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dapicreg.h394 #define APIC_ICRLO_RESV_MASK (APIC_RESV1_MASK | APIC_RESV2_MASK) macro
/f-stack/freebsd/x86/x86/
H A Dlocal_apic.c2017 KASSERT((icrlo & APIC_ICRLO_RESV_MASK) == 0, in native_lapic_ipi_raw()