Searched refs:PSL_MD (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/sh3/include/
H A Dpsl.h51 #define PSL_MD 0x40000000 /* Processor Mode bit */ macro
58 #define PSL_USERSTATIC (PSL_BL|PSL_RB|PSL_MD|PSL_IMASK|PSL_MBO|PSL_MBZ)
60 #define KERNELMODE(sr) ((sr) & PSL_MD)
/netbsd-current/sys/arch/hpcsh/hpcsh/
H A Dkloader_machdep.c105 : "r"(PSL_MD | PSL_BL | PSL_IMASK)); \
/netbsd-current/sys/arch/evbsh3/evbsh3/
H A Dkloader_machdep.c109 : "r"(PSL_MD | PSL_BL | PSL_IMASK)); \
H A Dlocore.S112 SR_init: .long PSL_MD | PSL_BL | PSL_IMASK
/netbsd-current/sys/arch/mmeye/mmeye/
H A Dlocore.S113 SR_init: .long PSL_MD | PSL_BL | PSL_IMASK
/netbsd-current/tests/lib/libc/sys/
H A Dt_lwp_create.c201 uc->uc_mcontext.__gregs[_REG_SR] |= PSL_MD;
/netbsd-current/sys/arch/sh3/sh3/
H A Dvm_machdep.c230 sf->sf_sr = PSL_MD; /* kernel mode, interrupt enable */
H A Ddb_trace.c210 if ((tf->tf_ssr & PSL_MD) == 0)
H A Dexception_vector.S506 tst r1, r2 ! tf->tf_ssr & PSL_MD == 0 ?
537 .Li_PSL_MD: .long 0x40000000 /* PSL_MD */

Completed in 240 milliseconds