Searched refs:X86_FEATURE_SEP (Results 1 – 7 of 7) sorted by relevance
58 #define vdso32_sysenter() (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()
35 #define X86_FEATURE_SEP ( 0*32+11) /* SYSENTER/SYSEXIT */ macro357 #define cpu_has_sep boot_cpu_has(X86_FEATURE_SEP)
210 if (boot_cpu_has(X86_FEATURE_SEP)) in __restore_processor_state()
196 setup_clear_cpu_cap(X86_FEATURE_SEP); in x86_sep_setup()1013 if (!boot_cpu_has(X86_FEATURE_SEP)) in enable_sep_cpu()
238 clear_cpu_cap(c, X86_FEATURE_SEP); in intel_workarounds()
788 sysenter_feature = X86_FEATURE_SEP; in xen_enable_sysenter()