Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dapicreg.h436 #define APIC_EXTF_ELVT_MASK 0x00ff0000 macro
/f-stack/freebsd/x86/x86/
H A Dlocal_apic.c706 count = (extf & APIC_EXTF_ELVT_MASK) >> APIC_EXTF_ELVT_SHIFT; in amd_read_elvt_count()