Searched refs:MDL_SSTEP (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/sh3/include/
H A Dproc.h59 #define MDL_SSTEP 0x0002 /* single-stepped with PT_STEP */ macro
H A Duserret.h67 if (l->l_md.md_flags & MDL_SSTEP) {
/netbsd-current/sys/arch/sh3/sh3/
H A Dprocess_machdep.c344 l->l_md.md_flags |= MDL_SSTEP;
346 l->l_md.md_flags &= ~MDL_SSTEP;
H A Dexception.c188 l->l_md.md_flags &= ~MDL_SSTEP;
H A Dsh3_machdep.c518 l->l_md.md_flags &= ~(MDL_USEDFPU | MDL_SSTEP);

Completed in 144 milliseconds