Home
last modified time | relevance | path

Searched refs:BREAK_INSTR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dkgdb.h30 #define BREAK_INSTR 0x7d821008 /* twge r2, r2 */ macro
34 asm(stringify_in_c(.long BREAK_INSTR)); in arch_kgdb_breakpoint()
/openbmc/linux/arch/powerpc/kernel/
H A Dkgdb.c146 if (*(u32 *)regs->nip == BREAK_INSTR) in kgdb_handle_breakpoint()
424 err = patch_instruction(addr, ppc_inst(BREAK_INSTR)); in kgdb_arch_set_breakpoint()