Searched refs:X86_FEATURE_HYPERVISOR (Results 1 – 4 of 4) sorted by relevance
79 if (!boot_cpu_has(X86_FEATURE_HYPERVISOR)) in ms_hyperv_platform()
265 boot_cpu_has(X86_FEATURE_HYPERVISOR) ? KERN_INFO : KERN_ERR, in check_hw_exists()
140 #define X86_FEATURE_HYPERVISOR ( 4*32+31) /* Running on a hypervisor */ macro394 #define cpu_has_hypervisor boot_cpu_has(X86_FEATURE_HYPERVISOR)
2981 #ifdef X86_FEATURE_HYPERVISOR in snd_intel8x0_inside_vm()2982 result = result || boot_cpu_has(X86_FEATURE_HYPERVISOR); in snd_intel8x0_inside_vm()