Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/cache/
Dcache_andes.c92 if ((status & MSTATUS_MPRV) && !(status & MSTATUS_MPP)) { in nds_cctl_range_operations()
119 if ((status & MSTATUS_MPRV) && !(status & MSTATUS_MPP)) { in nds_l1i_cache_all()
147 if ((status & MSTATUS_MPRV) && !(status & MSTATUS_MPP)) { in nds_l1d_cache_all()
238 if ((status & MSTATUS_MPRV) && !(status & MSTATUS_MPP)) { in cache_data_disable()
Dcache_andes_l2.h95 if ((status & MSTATUS_MPRV) && !(status & MSTATUS_MPP)) { in nds_l2_cache_all()
/Zephyr-latest/arch/riscv/core/
Disr.S149 li t1, MSTATUS_MPP
367 li t1, MSTATUS_MPP
404 li t1, MSTATUS_MPP
590 li t1, MSTATUS_MPP
598 li t1, MSTATUS_MPP
749 li t1, MSTATUS_MPP
Dfatal.c43 if ((esf->mstatus & MSTATUS_MPP) == PRV_U) { in z_riscv_get_sp_before_exc()
193 if ((esf->mstatus & MSTATUS_MPP) == 0 && in bad_stack_pointer()
Dthread.c162 status = INSERT_FIELD(status, MSTATUS_MPP, PRV_U); in arch_user_mode_enter()
Dpmp.c515 csr_clear(mstatus, MSTATUS_MPRV | MSTATUS_MPP); in z_riscv_pmp_stackguard_enable()
/Zephyr-latest/include/zephyr/arch/riscv/
Dcsr.h22 #define MSTATUS_MPP 0x00001800 macro