Home
last modified time | relevance | path

Searched refs:SR_PP (Results 1 – 5 of 5) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dperf_event.h19 (regs)->status = SR_PP; \
H A Dptrace.h67 #define user_mode(regs) (((regs)->status & SR_PP) == 0)
H A Dcsr.h507 # define SR_PP SR_MPP macro
532 # define SR_PP SR_SPP macro
/linux/tools/arch/riscv/include/asm/
H A Dcsr.h433 # define SR_PP SR_MPP macro
457 # define SR_PP SR_SPP macro
/linux/arch/riscv/kernel/
H A Dprocess.c259 childregs->status = SR_PP | SR_PIE; in copy_thread()