Searched refs:x86_return_thunk (Results 1 – 6 of 6) sorted by relevance
/arch/x86/kernel/ |
D | static_call.c | 44 code = text_gen_insn(JMP32_INSN_OPCODE, insn, x86_return_thunk); in __static_call_transform()
|
D | ftrace.c | 371 __text_gen_insn(ip, JMP32_INSN_OPCODE, ip, x86_return_thunk, JMP32_INSN_SIZE); in create_trampoline()
|
D | alternative.c | 696 if (x86_return_thunk == __x86_return_thunk) in patch_return() 700 __text_gen_insn(bytes, JMP32_INSN_OPCODE, addr, x86_return_thunk, i); in patch_return()
|
/arch/x86/include/asm/ |
D | nospec-branch.h | 210 extern void (*x86_return_thunk)(void);
|
/arch/x86/kernel/cpu/ |
D | bugs.c | 64 void (*x86_return_thunk)(void) __ro_after_init = &__x86_return_thunk; variable 987 x86_return_thunk = retbleed_return_thunk; in retbleed_select_mitigation() 2367 x86_return_thunk = srso_alias_return_thunk; in srso_select_mitigation() 2370 x86_return_thunk = srso_return_thunk; in srso_select_mitigation()
|
/arch/x86/net/ |
D | bpf_jit_comp.c | 408 emit_jump(&prog, x86_return_thunk, ip); in emit_return()
|