Searched refs:PSL_IS (Results 1 – 13 of 13) sorted by relevance
87 #define PSL_IS 0x04000000 /* interrupt stack select */ macro107 #define CLKF_INTR(framep) (((framep)->ps & (PSL_IS|PSL_IPL1F)) \108 >= (PSL_IPL02|PSL_IS))
184 return (psl & PSL_IS) != 0; in cpu_intr_p()
269 struct vm_map * const faultmap = get_faultmap(tf, PSL_IS); in isi_exception()285 PSL_IS); in isi_exception()379 struct vm_map * const faultmap = get_faultmap(tf, PSL_IS); in itlb_exception()464 *trap_pte_lookup(tf, trunc_page(tf->tf_srr0), PSL_IS)); in pgm_exception()770 if (usertrap && (tf->tf_srr1 & (PSL_DS|PSL_IS)) != (PSL_DS|PSL_IS)) { in trap()854 if ((tf->tf_srr1 & (PSL_DS|PSL_IS)) != (PSL_DS|PSL_IS)) { in trap()934 if ((tf->tf_srr1 & (PSL_DS|PSL_IS)) != (PSL_DS|PSL_IS)) { in trap()
211 ori %r4,%r3,(PSL_DS|PSL_IS)@l
104 define MSR_IS 31 - ilog2(PSL_IS)
1040 mtmsr(saved_msr | PSL_DS | PSL_IS); in e500_tlb_init()1163 const register_t ts_msr = (msr | PSL_DS | PSL_IS) & ~PSL_EE; in e500_tlb_minimize()
67 #define PSL_IS PSL_IR /* B... instruction address space */ macro114 #define PSL_USERSET (PSL_EE | PSL_PR | PSL_IS | PSL_DS | PSL_ME | PSL_CE)
131 if ((ksc.sc_ps & (PSL_IPL | PSL_IS)) || in compat_16_sys___sigreturn14()
136 if ((ksc.sc_ps & (PSL_IPL | PSL_IS)) || in compat_13_sys_sigreturn()
166 define PSL_IS PSL_IS
480 ~(PSL_MBZ|PSL_IS|PSL_IPL1F|PSL_CM); /* Allow compat mode? */ in process_write_regs()650 if ((gr[_REG_PSL] & (PSL_IPL | PSL_IS)) || in cpu_mcontext_validate()
190 if (tf->tf_psl & PSL_IS) in trap()
223 uc->uc_mcontext.__gregs[_REG_PSL] |= PSL_IPL | PSL_IS;