Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dprocess.c76 regs->status = SR_PIE; in start_thread()
122 childregs->status = SR_PP | SR_PIE; in copy_thread()
H A Dentry.S131 andi t0, s1, SR_PIE
259 andi t0, s1, SR_PIE
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dcsr.h125 # define SR_PIE SR_MPIE macro
142 # define SR_PIE SR_SPIE macro
/OK3568_Linux_fs/kernel/arch/riscv/mm/
H A Dfault.c221 if (likely(regs->status & SR_PIE)) in do_page_fault()