Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Dstatic_call.c33 code = text_gen_insn(RET_INSN_OPCODE, insn, func); in __static_call_transform()
53 opcode == RET_INSN_OPCODE) in __static_call_validate()
Dalternative.c1115 case RET_INSN_OPCODE: in poke_int3_handler()
1293 case RET_INSN_OPCODE: in text_poke_loc_init()
/Linux-v5.10/arch/x86/include/asm/
Dtext-patching.h57 #define RET_INSN_OPCODE 0xC3 macro