Home
last modified time | relevance | path

Searched refs:X86_FEATURE_CALL_DEPTH (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dnospec-branch.h306 __stringify(\call_depth_insns), X86_FEATURE_CALL_DEPTH
323 __stringify(ASM_INCREMENT_CALL_DEPTH), X86_FEATURE_CALL_DEPTH
423 X86_FEATURE_CALL_DEPTH)
H A Ddisabled-features.h75 # define DISABLE_CALL_DEPTH_TRACKING (1 << (X86_FEATURE_CALL_DEPTH & 31))
H A Dcpufeatures.h306 #define X86_FEATURE_CALL_DEPTH (11*32+19) /* "" Call depth tracking for RSB stuffing */ macro
/openbmc/linux/arch/x86/kernel/
H A Dftrace_64.S307 X86_FEATURE_CALL_DEPTH
378 X86_FEATURE_CALL_DEPTH
H A Dcallthunks.c264 if (!cpu_feature_enabled(X86_FEATURE_CALL_DEPTH)) in callthunks_patch_builtin_calls()
H A Dalternative.c601 if (cpu_feature_enabled(X86_FEATURE_CALL_DEPTH)) in patch_retpoline()
/openbmc/linux/tools/arch/x86/include/asm/
H A Ddisabled-features.h75 # define DISABLE_CALL_DEPTH_TRACKING (1 << (X86_FEATURE_CALL_DEPTH & 31))
H A Dcpufeatures.h307 #define X86_FEATURE_CALL_DEPTH (11*32+19) /* "" Call depth tracking for RSB stuffing */ macro
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c1138 setup_force_cpu_cap(X86_FEATURE_CALL_DEPTH); in retbleed_select_mitigation()
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c478 if (cpu_feature_enabled(X86_FEATURE_CALL_DEPTH)) in emit_indirect_jump()