Searched refs:X86_FEATURE_SEP (Results 1 – 9 of 9) sorted by relevance
60 ALTERNATIVE "", SYSENTER_SEQUENCE, X86_FEATURE_SEP
39 #define X86_FEATURE_SEP ( 0*32+11) /* SYSENTER/SYSEXIT */ macro
430 return static_cpu_has(X86_FEATURE_SEP) && in do_fast_syscall_32()
173 if (boot_cpu_has(X86_FEATURE_SEP)) in fix_processor_context()
418 clear_cpu_cap(c, X86_FEATURE_SEP); in intel_workarounds()
231 setup_clear_cpu_cap(X86_FEATURE_SEP); in x86_sep_setup()1557 if (!boot_cpu_has(X86_FEATURE_SEP)) in enable_sep_cpu()
372 if (boot_cpu_has(X86_FEATURE_SEP)) { in do_sys_vm86()
954 sysenter_feature = X86_FEATURE_SEP; in xen_enable_sysenter()