Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h467 #define X86_BUG_NULL_SEG X86_BUG(10) /* Nulling a selector preserves the base */ macro
/openbmc/linux/arch/x86/kernel/
H A Dprocess_64.c310 if (static_cpu_has_bug(X86_BUG_NULL_SEG)) { in load_seg_legacy()
512 if (static_cpu_has(X86_BUG_NULL_SEG)) { in start_thread_common()
/openbmc/linux/arch/x86/mm/
H A Dextable.c204 if (static_cpu_has(X86_BUG_NULL_SEG)) in ex_handler_clear_fs()
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h493 #define X86_BUG_NULL_SEG X86_BUG(10) /* Nulling a selector preserves the base */ macro
/openbmc/linux/arch/x86/kvm/
H A Dcpuid.c784 if (!static_cpu_has_bug(X86_BUG_NULL_SEG)) in kvm_set_cpu_caps()
1192 || !static_cpu_has_bug(X86_BUG_NULL_SEG))) in __do_cpuid_func()
/openbmc/linux/arch/x86/entry/
H A Dentry_64.S804 ALTERNATIVE "", "ZAP_GS", X86_BUG_NULL_SEG
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcommon.c1771 set_cpu_bug(c, X86_BUG_NULL_SEG); in check_null_seg_clears_base()
1784 set_cpu_bug(c, X86_BUG_NULL_SEG); in check_null_seg_clears_base()