PSL_IS
mtmsr(saved_msr | PSL_DS | PSL_IS);
const register_t ts_msr = (msr | PSL_DS | PSL_IS) & ~PSL_EE;
struct vm_map * const faultmap = get_faultmap(tf, PSL_IS);
PSL_IS);
struct vm_map * const faultmap = get_faultmap(tf, PSL_IS);
*trap_pte_lookup(tf, trunc_page(tf->tf_srr0), PSL_IS));
if (usertrap && (tf->tf_srr1 & (PSL_DS|PSL_IS)) != (PSL_DS|PSL_IS)) {
if ((tf->tf_srr1 & (PSL_DS|PSL_IS)) != (PSL_DS|PSL_IS)) {
if ((tf->tf_srr1 & (PSL_DS|PSL_IS)) != (PSL_DS|PSL_IS)) {
#define PSL_USERSET (PSL_EE | PSL_PR | PSL_IS | PSL_DS | PSL_ME | PSL_CE)
return (psl & PSL_IS) != 0;
#define CLKF_INTR(framep) (((framep)->ps & (PSL_IS|PSL_IPL1F)) \
>= (PSL_IPL02|PSL_IS))
if ((ksc.sc_ps & (PSL_IPL | PSL_IS)) ||
if ((ksc.sc_ps & (PSL_IPL | PSL_IS)) ||
~(PSL_MBZ|PSL_IS|PSL_IPL1F|PSL_CM); /* Allow compat mode? */
if ((gr[_REG_PSL] & (PSL_IPL | PSL_IS)) ||
if (tf->tf_psl & PSL_IS)
uc->uc_mcontext.__gregs[_REG_PSL] |= PSL_IPL | PSL_IS;