Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/arch/riscv/core/
Dthread.c86 stack_init->mstatus |= MSTATUS_MPRV; in arch_new_thread()
240 status = INSERT_FIELD(status, MSTATUS_MPRV, 0); in z_riscv_user_mode_enter_syscall()
Disr.S475 li t0, MSTATUS_MPRV
934 li t0, MSTATUS_MPRV
992 li t0, MSTATUS_MPRV
/Zephyr-Core-2.7.6/soc/riscv/riscv-ite/common/
Dencoding.h25 #define MSTATUS_MPRV 0x00020000 macro
/Zephyr-Core-2.7.6/include/arch/riscv/
Dcsr.h25 #define MSTATUS_MPRV 0x00020000 macro
/Zephyr-Core-2.7.6/arch/riscv/core/pmp/
Dcore_pmp.c593 csr_clear(mstatus, MSTATUS_MPRV); in z_riscv_configure_stack_guard()
604 csr_set(mstatus, MSTATUS_MPRV); in z_riscv_configure_stack_guard()