Searched refs:RET_INSN_OPCODE (Results 1 – 4 of 4) sorted by relevance
27 static const u8 retinsn[] = { RET_INSN_OPCODE, 0xcc, 0xcc, 0xcc, 0xcc };125 opcode == RET_INSN_OPCODE || in __static_call_validate()216 if (op == RET_INSN_OPCODE || dest == &__x86_return_thunk) in __static_call_fixup()
319 unsigned const char retq[] = { RET_INSN_OPCODE, INT3_INSN_OPCODE }; in create_trampoline()
1040 bytes[i++] = RET_INSN_OPCODE; in patch_return()2770 case RET_INSN_OPCODE: in smp_text_poke_int3_handler()2998 case RET_INSN_OPCODE: in __smp_text_poke_batch_add()3015 case RET_INSN_OPCODE: in __smp_text_poke_batch_add()
51 #define RET_INSN_OPCODE 0xC3 macro
Completed in 34 milliseconds