Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/entry/vdso/vdso32/
Dsystem_call.S64 ALTERNATIVE "", SYSENTER_SEQUENCE, X86_FEATURE_SEP
/linux-4.4.14/arch/x86/include/asm/
Dcpufeature.h35 #define X86_FEATURE_SEP ( 0*32+11) /* SYSENTER/SYSEXIT */ macro
364 #define cpu_has_sep boot_cpu_has(X86_FEATURE_SEP)
/linux-4.4.14/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.4.14/arch/x86/power/
Dcpu.c211 if (boot_cpu_has(X86_FEATURE_SEP)) in __restore_processor_state()
/linux-4.4.14/arch/x86/entry/
Dcommon.c483 return static_cpu_has(X86_FEATURE_SEP) && in do_fast_syscall_32()
/linux-4.4.14/arch/x86/kernel/cpu/
Dcommon.c178 setup_clear_cpu_cap(X86_FEATURE_SEP); in x86_sep_setup()
998 if (!boot_cpu_has(X86_FEATURE_SEP)) in enable_sep_cpu()
Dintel.c239 clear_cpu_cap(c, X86_FEATURE_SEP); in intel_workarounds()
/linux-4.4.14/arch/x86/xen/
Dsetup.c981 sysenter_feature = X86_FEATURE_SEP; in xen_enable_sysenter()