Searched refs:RETPOLINE (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/tools/testing/selftests/sgx/ |
D | test_encl.lds | 39 ASSERT(!DEFINED(.discard.retpoline_safe), "RETPOLINE ALTERNATIVES are not supported in enclaves") 40 ASSERT(!DEFINED(.discard.nospec), "RETPOLINE ALTERNATIVES are not supported in enclaves")
|
/Linux-v6.6/arch/x86/lib/ |
D | retpoline.S | 28 .macro RETPOLINE reg macro 40 ALTERNATIVE_2 __stringify(RETPOLINE \reg), \
|
/Linux-v6.6/arch/x86/kernel/ |
D | alternative.c | 687 DPRINTK(RETPOLINE, "retpoline at: %pS (%px) len: %d to: %pS", in apply_retpolines() 694 DUMP_BYTES(RETPOLINE, ((u8*)addr), len, "%px: orig: ", addr); in apply_retpolines() 695 DUMP_BYTES(RETPOLINE, ((u8*)bytes), len, "%px: repl: ", addr); in apply_retpolines()
|
/Linux-v6.6/arch/x86/ |
D | Kconfig | 2422 depends on X86_KERNEL_IBT && CFI_CLANG && RETPOLINE 2460 config RETPOLINE config 2472 depends on RETPOLINE && CC_HAS_RETURN_THUNK
|