Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/cache/
Dcache_andes.c91 if ((status & MSTATUS_MPRV) && !(status & MSTATUS_MPP)) { in nds_cctl_range_operations()
118 if ((status & MSTATUS_MPRV) && !(status & MSTATUS_MPP)) { in nds_l1i_cache_all()
146 if ((status & MSTATUS_MPRV) && !(status & MSTATUS_MPP)) { in nds_l1d_cache_all()
237 if ((status & MSTATUS_MPRV) && !(status & MSTATUS_MPP)) { in cache_data_disable()
Dcache_andes_l2.h92 if ((status & MSTATUS_MPRV) && !(status & MSTATUS_MPP)) { in nds_l2_cache_all()
/Zephyr-Core-3.7.0/arch/riscv/core/
Disr.S149 li t1, MSTATUS_MPP
357 li t1, MSTATUS_MPP
394 li t1, MSTATUS_MPP
569 li t1, MSTATUS_MPP
577 li t1, MSTATUS_MPP
728 li t1, MSTATUS_MPP
Dfatal.c43 if ((esf->mstatus & MSTATUS_MPP) == PRV_U) { in z_riscv_get_sp_before_exc()
179 if ((esf->mstatus & MSTATUS_MPP) == 0 && in bad_stack_pointer()
Dthread.c155 status = INSERT_FIELD(status, MSTATUS_MPP, PRV_U); in arch_user_mode_enter()
Dpmp.c499 csr_clear(mstatus, MSTATUS_MPRV | MSTATUS_MPP); in z_riscv_pmp_stackguard_enable()
/Zephyr-Core-3.7.0/include/zephyr/arch/riscv/
Dcsr.h22 #define MSTATUS_MPP 0x00001800 macro