Home
last modified time | relevance | path

Searched refs:X86_BUG_NULL_SEG (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/mm/
H A Dextable.c134 if (static_cpu_has(X86_BUG_NULL_SEG)) in ex_handler_clear_fs()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dprocess_64.c215 * On Intel (without X86_BUG_NULL_SEG), the segment base could in save_base_legacy()
217 * (with X86_BUG_NULL_SEG), the segment base could be almost in save_base_legacy()
226 * To avoid leaking state, on non-X86_BUG_NULL_SEG CPUs, if we in save_base_legacy()
233 * !X86_BUG_NULL_SEG CPUs and could be anything on in save_base_legacy()
234 * X86_BUG_NULL_SEG CPUs. In the latter case, Linux in save_base_legacy()
308 if (static_cpu_has_bug(X86_BUG_NULL_SEG)) { in load_seg_legacy()
487 if (static_cpu_has(X86_BUG_NULL_SEG)) { in start_thread_common()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dcpufeatures.h433 #define X86_BUG_NULL_SEG X86_BUG(10) /* Nulling a selector preserves the base */ macro
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H A Dcpufeatures.h421 #define X86_BUG_NULL_SEG X86_BUG(10) /* Nulling a selector preserves the base */ macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dcpufeatures.h476 #define X86_BUG_NULL_SEG X86_BUG(10) /* Nulling a selector preserves the base */ macro
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H A Dcpufeatures.h467 #define X86_BUG_NULL_SEG X86_BUG(10) /* Nulling a selector preserves the base */ macro
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dprocess_64.c217 * On Intel (without X86_BUG_NULL_SEG), the segment base could in save_base_legacy()
219 * (with X86_BUG_NULL_SEG), the segment base could be almost in save_base_legacy()
228 * To avoid leaking state, on non-X86_BUG_NULL_SEG CPUs, if we in save_base_legacy()
235 * !X86_BUG_NULL_SEG CPUs and could be anything on in save_base_legacy()
236 * X86_BUG_NULL_SEG CPUs. In the latter case, Linux in save_base_legacy()
310 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()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dextable.c204 if (static_cpu_has(X86_BUG_NULL_SEG)) in ex_handler_clear_fs()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dcpuid.c783 if (!static_cpu_has_bug(X86_BUG_NULL_SEG)) in kvm_set_cpu_caps()
1191 || !static_cpu_has_bug(X86_BUG_NULL_SEG))) in __do_cpuid_func()
/kernel/linux/linux-5.10/arch/x86/entry/
H A Dentry_64.S762 ALTERNATIVE "", "ZAP_GS", X86_BUG_NULL_SEG
/kernel/linux/linux-6.6/arch/x86/entry/
H A Dentry_64.S816 ALTERNATIVE "", "ZAP_GS", X86_BUG_NULL_SEG
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Dcommon.c1585 set_cpu_bug(c, X86_BUG_NULL_SEG); in check_null_seg_clears_base()
1598 set_cpu_bug(c, X86_BUG_NULL_SEG); in check_null_seg_clears_base()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dcommon.c1760 set_cpu_bug(c, X86_BUG_NULL_SEG); in check_null_seg_clears_base()
1773 set_cpu_bug(c, X86_BUG_NULL_SEG); in check_null_seg_clears_base()

Completed in 20 milliseconds