Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/
H A Dx86.c208 regs[3] |= AMDID_RDTSCP; in x86_emulate_cpuid()
210 regs[3] &= ~AMDID_RDTSCP; in x86_emulate_cpuid()
/f-stack/freebsd/amd64/amd64/
H A Dinitcpu.c314 if ((amd_feature & AMDID_RDTSCP) != 0 || in initializecpu()
/f-stack/freebsd/i386/i386/
H A Dinitcpu.c771 if ((amd_feature & AMDID_RDTSCP) != 0 || in initializecpu()
/f-stack/freebsd/x86/x86/
H A Dtsc.c649 if ((amd_feature & AMDID_RDTSCP) != 0) { in init_TSC_tc()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h227 #define AMDID_RDTSCP 0x08000000 macro
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c324 return ((amd_feature & AMDID_RDTSCP) != 0); in host_has_rdtscp()