Home
last modified time | relevance | path

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

/arch/x86/mm/
Dextable.c79 if (static_cpu_has(X86_BUG_NULL_SEG)) in ex_handler_clear_fs()
/arch/x86/include/asm/
Dcpufeatures.h331 #define X86_BUG_NULL_SEG X86_BUG(10) /* Nulling a selector preserves the base */ macro
/arch/x86/kernel/
Dprocess_64.c222 if (static_cpu_has_bug(X86_BUG_NULL_SEG)) { in load_seg_legacy()
338 if (static_cpu_has(X86_BUG_NULL_SEG)) { in start_thread_common()
/arch/x86/entry/
Dentry_64.S830 ALTERNATIVE "", "ZAP_GS", X86_BUG_NULL_SEG
/arch/x86/kernel/cpu/
Dcommon.c1038 set_cpu_bug(c, X86_BUG_NULL_SEG); in detect_null_seg_behavior()