Home
last modified time | relevance | path

Searched refs:X86_FEATURE_SEP (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/x86/vdso/
Dvdso32-setup.c58 #define vdso32_sysenter() (boot_cpu_has(X86_FEATURE_SEP))
/linux-4.1.27/drivers/lguest/x86/
Dcore.c264 if (boot_cpu_has(X86_FEATURE_SEP)) in lguest_arch_run_guest()
282 if (boot_cpu_has(X86_FEATURE_SEP)) in lguest_arch_run_guest()
/linux-4.1.27/arch/x86/include/asm/
Dcpufeature.h35 #define X86_FEATURE_SEP ( 0*32+11) /* SYSENTER/SYSEXIT */ macro
357 #define cpu_has_sep boot_cpu_has(X86_FEATURE_SEP)
/linux-4.1.27/arch/x86/power/
Dcpu.c210 if (boot_cpu_has(X86_FEATURE_SEP)) in __restore_processor_state()
/linux-4.1.27/arch/x86/kernel/cpu/
Dcommon.c196 setup_clear_cpu_cap(X86_FEATURE_SEP); in x86_sep_setup()
1013 if (!boot_cpu_has(X86_FEATURE_SEP)) in enable_sep_cpu()
Dintel.c238 clear_cpu_cap(c, X86_FEATURE_SEP); in intel_workarounds()
/linux-4.1.27/arch/x86/xen/
Dsetup.c788 sysenter_feature = X86_FEATURE_SEP; in xen_enable_sysenter()