Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/arch/riscv/core/
Disr.S119 li t1, MSTATUS_MPP
330 li t1, MSTATUS_MPP
477 li t1, MSTATUS_MPP
485 li t1, MSTATUS_MPP
630 li t1, MSTATUS_MPP
Dthread.c155 status = INSERT_FIELD(status, MSTATUS_MPP, PRV_U); in arch_user_mode_enter()
Dfatal.c130 if ((esf->mstatus & MSTATUS_MPP) == 0 && in bad_stack_pointer()
Dpmp.c469 csr_clear(mstatus, MSTATUS_MPRV | MSTATUS_MPP); in z_riscv_pmp_stackguard_enable()
/Zephyr-Core-3.5.0/include/zephyr/arch/riscv/
Dcsr.h22 #define MSTATUS_MPP 0x00001800 macro