Searched refs:INT3_INSN_OPCODE (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dtext-patching.h47 #define INT3_INSN_OPCODE 0xCC macro
/linux-master/arch/x86/kernel/
H A Dalternative.c157 *instr = INT3_INSN_OPCODE;
381 memset(&buf[i+2], INT3_INSN_OPCODE, insn.length - 2);
715 bytes[i++] = INT3_INSN_OPCODE;
799 bytes[i++] = INT3_INSN_OPCODE;
2195 case INT3_INSN_OPCODE:
2257 unsigned char int3 = INT3_INSN_OPCODE;
2371 if (byte == INT3_INSN_OPCODE)
2423 BUG_ON(tp->text[i] != INT3_INSN_OPCODE);
2431 case INT3_INSN_OPCODE:
H A Dftrace.c329 unsigned const char retq[] = { RET_INSN_OPCODE, INT3_INSN_OPCODE };
/linux-master/arch/x86/kernel/kprobes/
H A Dcore.c320 if (insn.opcode.bytes[0] == INT3_INSN_OPCODE &&
427 if (insn->opcode.bytes[0] == INT3_INSN_OPCODE)
486 buf[len] = INT3_INSN_OPCODE;
817 u8 int3 = INT3_INSN_OPCODE;
826 u8 int3 = INT3_INSN_OPCODE;
H A Dopt.c310 if (insn.opcode.bytes[0] == INT3_INSN_OPCODE &&
506 u8 new[JMP32_INSN_SIZE] = { INT3_INSN_OPCODE, };

Completed in 115 milliseconds