Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dcpufeature.h61 #define X86_FEATURE_NX ( 1*32+20) /* Execute Disable */ macro
376 #define cpu_has_nx boot_cpu_has(X86_FEATURE_NX)
/linux-4.4.14/arch/x86/kernel/
Dhead_32.S381 btl $(X86_FEATURE_NX & 31), %edx
/linux-4.4.14/arch/x86/kvm/
Dsvm.c887 if (boot_cpu_has(X86_FEATURE_NX)) in svm_hardware_setup()
Dvmx.c6182 if (boot_cpu_has(X86_FEATURE_NX)) in hardware_setup()