Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dinitcpu.c83 CPUID_TO_FAMILY(cpu_id) == 0x10) && (cpu_feature2 & CPUID2_HV) == 0) in init_amd()
103 if ((cpu_feature2 & CPUID2_HV) == 0) in init_amd()
115 if ((cpu_feature2 & CPUID2_HV) == 0) { in init_amd()
129 if ((cpu_feature2 & CPUID2_HV) == 0) { in init_amd()
143 if ((cpu_feature2 & CPUID2_HV) == 0) { in init_amd()
152 (cpu_feature2 & CPUID2_HV) == 0) { in init_amd()
/freebsd/stand/libsa/x86/
H A Dhypervisor.c44 if ((u.regs[2] & CPUID2_HV) == 0) in x86_hypervisor()
/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Dcpufeature.h27 return ((cpu_feature2 & CPUID2_HV) != 0); in static_cpu_has()
/freebsd/stand/efi/loader/
H A Dcopy.c62 if ((regs[2] & CPUID2_HV) == 0) in running_on_hyperv()
/freebsd/sys/amd64/vmm/
H A Dx86.c317 regs[2] |= CPUID2_HV; in x86_emulate_cpuid()
/freebsd/sys/i386/i386/
H A Dinitcpu.c746 (cpu_feature2 & CPUID2_HV) == 0) in initializecpu()
/freebsd/sys/x86/include/
H A Dspecialreg.h206 #define CPUID2_HV 0x80000000 macro
/freebsd/sys/x86/x86/
H A Didentcpu.c1469 if (cpu_feature2 & CPUID2_HV) { in identify_hypervisor()