Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/mce/
Dp5.c55 if (!cpu_has(c, X86_FEATURE_MCE)) in intel_p5_mcheck_init()
Ddev-mcelog.c302 if (!boot_cpu_has(X86_FEATURE_MCE) || !boot_cpu_has(X86_FEATURE_MCA)) in mce_chrdev_write()
Dcore.c539 return cpu_has(c, X86_FEATURE_MCE) && cpu_has(c, X86_FEATURE_MCA); in mce_available()
/arch/x86/include/asm/
Dcpufeatures.h36 #define X86_FEATURE_MCE ( 0*32+ 7) /* Machine Check Exception */ macro
/arch/x86/kernel/cpu/
Damd.c1055 clear_cpu_cap(c, X86_FEATURE_MCE); in init_amd()
/arch/x86/kvm/vmx/
Dvmx.c7054 cr4_fixed1_update(X86_CR4_MCE, edx, bit(X86_FEATURE_MCE)); in nested_vmx_cr_fixed1_bits_update()