Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dstatic_call.c26 static const u8 retinsn[] = { RET_INSN_OPCODE, 0xcc, 0xcc, 0xcc, 0xcc };
81 opcode == RET_INSN_OPCODE) in __static_call_validate()
150 if (op == RET_INSN_OPCODE || dest == &__x86_return_thunk) in __static_call_fixup()
Dalternative.c539 bytes[i++] = RET_INSN_OPCODE; in patch_return()
1422 case RET_INSN_OPCODE: in poke_int3_handler()
1598 case RET_INSN_OPCODE: in text_poke_loc_init()
1616 case RET_INSN_OPCODE: in text_poke_loc_init()
Dftrace.c325 unsigned const char retq[] = { RET_INSN_OPCODE, INT3_INSN_OPCODE }; in create_trampoline()
/linux-6.1.9/arch/x86/include/asm/
Dtext-patching.h59 #define RET_INSN_OPCODE 0xC3 macro