Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/arch/riscv/core/
Dpmp.c469 csr_clear(mstatus, MSTATUS_MPRV | MSTATUS_MPP); in z_riscv_pmp_stackguard_enable()
481 csr_set(mstatus, MSTATUS_MPRV); in z_riscv_pmp_stackguard_enable()
589 csr_clear(mstatus, MSTATUS_MPRV); in z_riscv_pmp_usermode_enable()
Dthread.c96 stack_init->mstatus |= MSTATUS_MPRV; in arch_new_thread()
Disr.S332 li t1, MSTATUS_MPRV
487 li t1, MSTATUS_MPRV
/Zephyr-Core-3.5.0/include/zephyr/arch/riscv/
Dcsr.h25 #define MSTATUS_MPRV 0x00020000 macro