Home
last modified time | relevance | path

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

/freebsd-13.1/sys/x86/x86/
H A Dlocal_apic.c712 uint32_t extf; in amd_read_elvt_count() local
715 extf = amd_read_ext_features(); in amd_read_elvt_count()
716 count = (extf & APIC_EXTF_ELVT_MASK) >> APIC_EXTF_ELVT_SHIFT; in amd_read_elvt_count()
729 uint32_t extf; in native_lapic_dump() local
752 extf = amd_read_ext_features(); in native_lapic_dump()
753 if (extf != 0) { in native_lapic_dump()
754 printf(" AMD ext features: 0x%08x", extf); in native_lapic_dump()