Home
last modified time | relevance | path

Searched refs:SR_SPIE (Results 1 – 4 of 4) sorted by relevance

/arch/riscv/kernel/
Dprocess.c68 regs->sstatus = SR_SPIE; in start_thread()
115 childregs->sstatus = SR_SPP | SR_SPIE; /* Supervisor, irqs on */ in copy_thread_tls()
Dentry.S190 andi t0, s1, SR_SPIE
/arch/riscv/include/asm/
Dcsr.h14 #define SR_SPIE _AC(0x00000020, UL) /* Previous Supervisor IE */ macro
/arch/riscv/mm/
Dfault.c56 if (likely(regs->sstatus & SR_SPIE)) in do_page_fault()