Home
last modified time | relevance | path

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

/linux-5.19.10/arch/riscv/kernel/
Dprocess.c118 regs->status = SR_PIE; in start_thread()
173 childregs->status = SR_PP | SR_PIE; in copy_thread()
Dentry.S140 andi t0, s1, SR_PIE
289 andi t0, s1, SR_PIE
/linux-5.19.10/arch/riscv/include/asm/
Dcsr.h290 # define SR_PIE SR_MPIE macro
307 # define SR_PIE SR_SPIE macro
/linux-5.19.10/arch/riscv/mm/
Dfault.c253 if (likely(regs->status & SR_PIE)) in do_page_fault()