Searched refs:int3 (Results 1 – 13 of 13) sorted by relevance
/arch/x86/kernel/ |
D | alternative.c | 959 unsigned char int3 = 0xcc; in poke_int3_handler() local 983 ip = (void *) regs->ip - sizeof(int3); in poke_int3_handler() 1031 unsigned char int3 = 0xcc; in text_poke_bp_batch() local 1049 text_poke(tp[i].addr, &int3, sizeof(int3)); in text_poke_bp_batch() 1057 if (tp[i].len - sizeof(int3) > 0) { in text_poke_bp_batch() 1058 text_poke((char *)tp[i].addr + sizeof(int3), in text_poke_bp_batch() 1059 (const char *)tp[i].opcode + sizeof(int3), in text_poke_bp_batch() 1060 tp[i].len - sizeof(int3)); in text_poke_bp_batch() 1079 text_poke(tp[i].addr, tp[i].opcode, sizeof(int3)); in text_poke_bp_batch()
|
D | idt.c | 60 SYSG(X86_TRAP_BP, int3),
|
/arch/m68k/include/asm/ |
D | traps.h | 248 unsigned short int3[2]; member 258 unsigned short int3[4]; member
|
/arch/x86/um/ |
D | stub_32.S | 51 int3
|
D | stub_64.S | 51 int3
|
/arch/mips/sgi-ip22/ |
D | ip22-hpc.c | 50 sgint = &sgioc->int3; in sgihpc_init()
|
/arch/x86/include/asm/ |
D | nospec-branch.h | 85 int3; \ 163 int3
|
D | traps.h | 16 asmlinkage void int3(void);
|
/arch/x86/xen/ |
D | xen-asm_64.S | 34 xen_pv_trap int3
|
D | enlighten_pv.c | 612 { int3, xen_int3, false },
|
/arch/mips/include/asm/sgi/ |
D | ioc.h | 176 struct sgint_regs int3; member
|
/arch/x86/entry/ |
D | entry_32.S | 1635 ENTRY(int3) 1646 END(int3)
|
D | entry_64.S | 1197 idtentry int3 do_int3 has_error_code=0 create_gap=1
|