Home
last modified time | relevance | path

Searched refs:int3 (Results 1 – 11 of 11) sorted by relevance

/arch/x86/kernel/
Dalternative.c763 unsigned char int3 = 0xcc; in text_poke_bp() local
766 bp_int3_addr = (u8 *)addr + sizeof(int3); in text_poke_bp()
775 text_poke(addr, &int3, sizeof(int3)); in text_poke_bp()
779 if (len - sizeof(int3) > 0) { in text_poke_bp()
781 text_poke((char *)addr + sizeof(int3), in text_poke_bp()
782 (const char *) opcode + sizeof(int3), in text_poke_bp()
783 len - sizeof(int3)); in text_poke_bp()
793 text_poke(addr, opcode, sizeof(int3)); in text_poke_bp()
Dtraps.c810 set_system_intr_gate(X86_TRAP_BP, &int3); in early_trap_init()
/arch/x86/um/
Dstub_32.S50 int3
Dstub_64.S50 int3
/arch/m68k/include/asm/
Dtraps.h248 unsigned short int3[2]; member
258 unsigned short int3[4]; member
/arch/mips/sgi-ip22/
Dip22-hpc.c49 sgint = &sgioc->int3; in sgihpc_init()
/arch/x86/include/asm/
Dtraps.h15 asmlinkage void int3(void);
/arch/mips/include/asm/sgi/
Dioc.h176 struct sgint_regs int3; member
/arch/x86/entry/
Dentry_32.S1058 ENTRY(int3)
1067 END(int3)
Dentry_64.S1032 idtentry int3 do_int3 has_error_code=0
/arch/x86/xen/
Denlighten.c793 else if (addr == (unsigned long)int3) in cvt_gate_to_trap()