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

/linux-master/arch/x86/kernel/
H A Dstatic_call.c27 static const u8 retinsn[] = { RET_INSN_OPCODE, 0xcc, 0xcc, 0xcc, 0xcc };
125 opcode == RET_INSN_OPCODE ||
208 if (op == RET_INSN_OPCODE || dest == &__x86_return_thunk)
H A Dftrace.c329 unsigned const char retq[] = { RET_INSN_OPCODE, INT3_INSN_OPCODE };
H A Dalternative.c795 bytes[i++] = RET_INSN_OPCODE;
2202 case RET_INSN_OPCODE:
2415 case RET_INSN_OPCODE:
2432 case RET_INSN_OPCODE:
/linux-master/arch/x86/include/asm/
H A Dtext-patching.h50 #define RET_INSN_OPCODE 0xC3 macro

Completed in 221 milliseconds