Searched refs:PSL_IS (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dpsl.h87 #define PSL_IS 0x04000000 /* interrupt stack select */ macro
107 #define CLKF_INTR(framep) (((framep)->ps & (PSL_IS|PSL_IPL1F)) \
108 >= (PSL_IPL02|PSL_IS))
H A Dcpu.h182 return (psl & PSL_IS) != 0;
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dpsl.h66 #define PSL_IS PSL_IR /* B... instruction address space */ macro
112 #define PSL_USERSET (PSL_EE | PSL_PR | PSL_IS | PSL_DS | PSL_ME | PSL_CE | PSL_DE)
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/
H A Dtrap.c270 struct vm_map * const faultmap = get_faultmap(tf, PSL_IS);
286 PSL_IS);
386 struct vm_map * const faultmap = get_faultmap(tf, PSL_IS);
464 *trap_pte_lookup(tf, trunc_page(tf->tf_srr0), PSL_IS));
726 if (usertrap && (tf->tf_srr1 & (PSL_DS|PSL_IS)) != (PSL_DS|PSL_IS)) {
804 if ((tf->tf_srr1 & (PSL_DS|PSL_IS)) != (PSL_DS|PSL_IS)) {
874 if ((tf->tf_srr1 & (PSL_DS|PSL_IS)) != (PSL_DS|PSL_IS)) {
[all...]
H A De500_mpsubr.S166 ori %r4,%r3,(PSL_DS|PSL_IS)@l
H A De500_tlb.c962 mtmsr(saved_msr | PSL_DS | PSL_IS);
1085 const register_t ts_msr = (msr | PSL_DS | PSL_IS) & ~PSL_EE;
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dcompat_16_machdep.c132 if ((ksc.sc_ps & (PSL_IPL | PSL_IS)) ||
H A Dcompat_13_machdep.c137 if ((ksc.sc_ps & (PSL_IPL | PSL_IS)) ||
H A Dmachdep.c487 ~(PSL_MBZ|PSL_IS|PSL_IPL1F|PSL_CM); /* Allow compat mode? */
703 if ((gr[_REG_PSL] & (PSL_IPL | PSL_IS)) ||
H A Dtrap.c198 if (tf->tf_psl & PSL_IS)
H A Ddb_machdep.c575 stackbase = (ddb_regs.psl & PSL_IS ? istack : pcb);
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_lwp_create.c199 uc->uc_mcontext.__gregs[_REG_PSL] |= PSL_IPL | PSL_IS;

Completed in 86 milliseconds