Searched refs:SR_SPIE (Results 1 – 4 of 4) sorted by relevance
68 regs->sstatus = SR_SPIE; in start_thread()113 childregs->sstatus = SR_SPP | SR_SPIE; /* Supervisor, irqs on */ in copy_thread()
190 andi t0, s1, SR_SPIE
14 #define SR_SPIE _AC(0x00000020, UL) /* Previous Supervisor IE */ macro
56 if (likely(regs->sstatus & SR_SPIE)) in do_page_fault()