Searched refs:PSL_USERSET (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dpsl.h38 * Define PSL_LOWIPL, PSL_USERSET, USERMODE for MI code, for
91 # define PSL_USERSET MIPS3_PSL_USERSET macro
98 # define PSL_USERSET MIPS1_PSL_USERSET macro
105 # define PSL_USERSET (CPUISMIPS3 ? MIPS3_PSL_USERSET : MIPS1_PSL_USERSET) macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dpsl.h108 #define PSL_USERSET cpu_psluserset macro
112 #define PSL_USERSET (PSL_EE | PSL_PR | PSL_IS | PSL_DS | PSL_ME | PSL_CE | PSL_DE) macro
117 #define PSL_USERSET (PSL_EE | PSL_PR | PSL_IR | PSL_DR | PSL_ME) macro
119 #define PSL_USERSET (PSL_EE | PSL_PR | PSL_IR | PSL_DR) macro
132 #define PSL_USERSRR1 ((PSL_USERSET|PSL_USERMOD) & PSL_USERMASK)
133 #define PSL_USEROK_P(psl) (((psl) & ~PSL_USERMOD) == PSL_USERSET)
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dpsl.h57 #define PSL_USERSET 0 macro
/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dpsl.h64 #define PSL_USERSET (PSL_MBO | PSL_I) macro
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Dprocess_machdep.c132 (regs->r_sr & PSL_USERSET) != PSL_USERSET)
H A Dm68k_machdep.c113 tf->tf_sr = PSL_USERSET;
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dpsl.h99 #define PSL_USERSET (0) macro
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dpsl.h65 #define PSL_USERSET (0) macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dsig_machdep.c226 tf->tf_srr1 = (gr[_REG_MSR] & PSL_USERMOD) | PSL_USERSET;
H A Dpowerpc_machdep.c140 tf->tf_srr1 = PSL_MBO | PSL_USERSET;
/netbsd-6-1-5-RELEASE/sys/arch/sh3/sh3/
H A Dvm_machdep.c178 l->l_md.md_regs->tf_ssr = PSL_USERSET;
H A Dsh3_machdep.c566 tf->tf_ssr = PSL_USERSET;
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dkvm86.c241 tf->tf_eflags = PSL_USERSET | PSL_VM;
H A Dmachdep.c1054 tf->tf_eflags = PSL_USERSET;
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/
H A Dbooke_machdep.c71 register_t cpu_psluserset = PSL_USERSET;
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/amd64/
H A Dlinux_machdep.c117 tf->tf_rflags = PSL_USERSET;
/netbsd-6-1-5-RELEASE/sys/compat/linux32/arch/amd64/
H A Dlinux32_machdep.c315 tf->tf_rflags = PSL_USERSET;
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/i386/
H A Dlinux_machdep.c164 tf->tf_eflags = PSL_USERSET;
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dnetbsd32_machdep.c169 tf->tf_rflags = PSL_USERSET;
H A Dmachdep.c1465 tf->tf_rflags = PSL_USERSET;
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dmips_machdep.c1574 tf->tf_regs[_R_SR] = PSL_USERSET;

Completed in 228 milliseconds