Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/include/asm/
H A Dkgdb.h13 #define PARISC_KGDB_COMPILED_BREAK_INSN 0x3ffc01f macro
28 asm(".word %0" : : "i"(PARISC_KGDB_COMPILED_BREAK_INSN) : "memory"); in arch_kgdb_breakpoint()
/openbmc/linux/arch/parisc/kernel/
H A Dkgdb.c191 PARISC_KGDB_COMPILED_BREAK_INSN) in kgdb_arch_handle_exception()
199 PARISC_KGDB_COMPILED_BREAK_INSN) { in kgdb_arch_handle_exception()
H A Dtraps.c309 if (unlikely((iir == PARISC_KGDB_COMPILED_BREAK_INSN || in handle_break()