Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dstatic_call.c27 static const u8 retinsn[] = { RET_INSN_OPCODE, 0xcc, 0xcc, 0xcc, 0xcc };
133 opcode == RET_INSN_OPCODE || in __static_call_validate()
225 if (op == RET_INSN_OPCODE || dest == &__x86_return_thunk) in __static_call_fixup()
H A Dalternative.c1029 bytes[i++] = RET_INSN_OPCODE; in patch_return()
2828 case RET_INSN_OPCODE: in smp_text_poke_int3_handler()
3056 case RET_INSN_OPCODE: in __smp_text_poke_batch_add()
3073 case RET_INSN_OPCODE: in __smp_text_poke_batch_add()
/linux/arch/x86/include/asm/
H A Dtext-patching.h51 #define RET_INSN_OPCODE 0xC3 macro