Home
last modified time | relevance | path

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

/netbsd/sys/arch/mips/mips/
H A Dtrap.c601 if (l->l_md.md_ss_addr != va || instr != MIPS_BREAK_SSTEP) { in trap()
827 rv = mips_ustore32_isync((void *)va, MIPS_BREAK_SSTEP); in mips_singlestep()
836 MIPS_BREAK_SSTEP); in mips_singlestep()
/netbsd/sys/arch/arc/arc/
H A Dminidebug.c626 mdbpoke(va, MIPS_BREAK_SSTEP); in mdbsetsstep()
651 if (instr != MIPS_BREAK_SSTEP) in mdbclrsstep()
/netbsd/sys/arch/mips/include/
H A Dcpuregs.h690 #define MIPS_BREAK_SSTEP (MIPS_BREAK_INSTR | \ macro