Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dalternative.c269 memset(its_page, INT3_INSN_OPCODE, PAGE_SIZE); in its_allocate_thunk()
346 *buf = INT3_INSN_OPCODE; in add_nop()
505 memset(&buf[i+2], INT3_INSN_OPCODE, insn.length - 2); in __apply_relocation()
1033 bytes[i++] = INT3_INSN_OPCODE; in patch_return()
2821 case INT3_INSN_OPCODE: in smp_text_poke_int3_handler()
2881 unsigned char int3 = INT3_INSN_OPCODE; in smp_text_poke_batch_finish()
2996 if (byte == INT3_INSN_OPCODE) in smp_text_poke_batch_finish()
3064 BUG_ON(tpl->text[i] != INT3_INSN_OPCODE); in __smp_text_poke_batch_add()
3072 case INT3_INSN_OPCODE: in __smp_text_poke_batch_add()
/linux/arch/x86/include/asm/
H A Dtext-patching.h48 #define INT3_INSN_OPCODE 0xCC macro
/linux/arch/x86/mm/
H A Dinit.c1069 memset(ptr, INT3_INSN_OPCODE, size); in execmem_fill_trapping_insns()