Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_amd.c914 if ((amd_feature2 & AMDID2_PCXC) != 0) { in pmc_amd_initialize()
947 if ((amd_feature2 & AMDID2_PCXC) != 0) { in pmc_amd_initialize()
/freebsd/sys/amd64/vmm/
H A Dx86.c173 regs[2] &= ~AMDID2_PCXC; in x86_emulate_cpuid()
/freebsd/sys/x86/include/
H A Dspecialreg.h273 #define AMDID2_PCXC 0x00800000 macro