Home
last modified time | relevance | path

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

/linux-6.1.9/arch/riscv/kernel/
Dprocess.c118 regs->status = SR_PIE; in start_thread()
175 childregs->status = SR_PP | SR_PIE; in copy_thread()
Dentry.S140 andi t0, s1, SR_PIE
288 andi t0, s1, SR_PIE
/linux-6.1.9/arch/riscv/include/asm/
Dcsr.h311 # define SR_PIE SR_MPIE macro
328 # define SR_PIE SR_SPIE macro
/linux-6.1.9/arch/riscv/mm/
Dfault.c254 if (likely(regs->status & SR_PIE)) in do_page_fault()