Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/
H A Dx86.c180 regs[2] &= ~AMDID2_IBS; in x86_emulate_cpuid()
/freebsd/sys/x86/x86/
H A Dlocal_apic.c978 if ((amd_feature2 & AMDID2_IBS) != 0) { in lapic_reenable_pcint()
994 if ((amd_feature2 & AMDID2_IBS) != 0) { in lapic_update_pcint()
1044 if ((amd_feature2 & AMDID2_IBS) != 0) in lapic_enable_pcint()
/freebsd/sys/x86/include/
H A Dspecialreg.h263 #define AMDID2_IBS 0x00000400 macro
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_amd.c1001 if ((amd_feature2 & AMDID2_IBS) != 0) { in pmc_amd_initialize()