Home
last modified time | relevance | path

Searched refs:x86_return_thunk (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dnospec-branch.h453 extern void (*x86_return_thunk)(void);
/linux/arch/x86/kernel/
H A Dftrace.c363 __text_gen_insn(ip, JMP32_INSN_OPCODE, ip, x86_return_thunk, JMP32_INSN_SIZE); in create_trampoline()
/linux/arch/x86/kernel/cpu/
H A Dbugs.c78 void (*x86_return_thunk)(void) __ro_after_init = __x86_return_thunk; variable
82 x86_return_thunk = thunk; in set_return_thunk()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c729 emit_jump(&prog, x86_return_thunk, ip); in emit_return()