Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dmshyperv.c79 if (!boot_cpu_has(X86_FEATURE_HYPERVISOR)) in ms_hyperv_platform()
Dperf_event.c265 boot_cpu_has(X86_FEATURE_HYPERVISOR) ? KERN_INFO : KERN_ERR, in check_hw_exists()
/linux-4.1.27/arch/x86/include/asm/
Dcpufeature.h140 #define X86_FEATURE_HYPERVISOR ( 4*32+31) /* Running on a hypervisor */ macro
394 #define cpu_has_hypervisor boot_cpu_has(X86_FEATURE_HYPERVISOR)
/linux-4.1.27/sound/pci/
Dintel8x0.c2981 #ifdef X86_FEATURE_HYPERVISOR in snd_intel8x0_inside_vm()
2982 result = result || boot_cpu_has(X86_FEATURE_HYPERVISOR); in snd_intel8x0_inside_vm()