Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/include/asm/
Dptrace.h61 #define user_mode(regs) (((regs)->sstatus & SR_SPP) == 0)
Dcsr.h15 #define SR_SPP _AC(0x00000100, UL) /* Previously Supervisor */ macro
/Linux-v5.4/arch/riscv/kernel/
Dprocess.c113 childregs->sstatus = SR_SPP | SR_SPIE; /* Supervisor, irqs on */ in copy_thread()
Dentry.S249 andi s0, s0, SR_SPP