Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dqspinlock.h46 if (!static_cpu_has(X86_FEATURE_HYPERVISOR)) in virt_spin_lock()
Dcpufeature.h141 #define X86_FEATURE_HYPERVISOR ( 4*32+31) /* Running on a hypervisor */ macro
401 #define cpu_has_hypervisor boot_cpu_has(X86_FEATURE_HYPERVISOR)
/linux-4.4.14/arch/x86/kernel/cpu/
Dmshyperv.c121 if (!boot_cpu_has(X86_FEATURE_HYPERVISOR)) in ms_hyperv_platform()
Dperf_event.c266 boot_cpu_has(X86_FEATURE_HYPERVISOR) ? KERN_INFO : KERN_ERR, in check_hw_exists()
/linux-4.4.14/sound/pci/
Dintel8x0.c2977 #ifdef X86_FEATURE_HYPERVISOR in snd_intel8x0_inside_vm()
2978 result = result || boot_cpu_has(X86_FEATURE_HYPERVISOR); in snd_intel8x0_inside_vm()