Searched refs:X86_FEATURE_SEP (Results 1 – 8 of 8) sorted by relevance
64 ALTERNATIVE "", SYSENTER_SEQUENCE, X86_FEATURE_SEP
35 #define X86_FEATURE_SEP ( 0*32+11) /* SYSENTER/SYSEXIT */ macro364 #define cpu_has_sep boot_cpu_has(X86_FEATURE_SEP)
264 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()
211 if (boot_cpu_has(X86_FEATURE_SEP)) in __restore_processor_state()
483 return static_cpu_has(X86_FEATURE_SEP) && in do_fast_syscall_32()
178 setup_clear_cpu_cap(X86_FEATURE_SEP); in x86_sep_setup()998 if (!boot_cpu_has(X86_FEATURE_SEP)) in enable_sep_cpu()
239 clear_cpu_cap(c, X86_FEATURE_SEP); in intel_workarounds()
981 sysenter_feature = X86_FEATURE_SEP; in xen_enable_sysenter()