Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtext-patching.h48 #define INT3_INSN_OPCODE 0xCC macro
/linux/arch/x86/kernel/
H A Dftrace.c324 unsigned const char retq[] = { RET_INSN_OPCODE, INT3_INSN_OPCODE }; in create_trampoline()
/linux/arch/x86/mm/
H A Dinit.c1062 memset(ptr, INT3_INSN_OPCODE, size); in execmem_fill_trapping_insns()