Home
last modified time | relevance | path

Searched refs:csr_set (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/arch/riscv/core/
Dfpu.c88 csr_set(mstatus, MSTATUS_FS_INIT); in z_riscv_fpu_load()
115 csr_set(mstatus, MSTATUS_FS_CLEAN); in arch_flush_local_fpu()
316 csr_set(mstatus, _current_cpu->arch.fpu_state); in z_riscv_fpu_thread_context_switch()
Dpmp.c396 csr_set(mstatus, MSTATUS_MPRV); in z_riscv_pmp_init()
527 csr_set(mstatus, MSTATUS_MPRV); in z_riscv_pmp_stackguard_enable()
/Zephyr-latest/drivers/cache/
Dcache_andes.c214 csr_set(NDS_MCACHE_CTL, MCACHE_CTL_DC_COHEN); in cache_data_enable()
225 csr_set(NDS_MCACHE_CTL, MCACHE_CTL_DC_EN); in cache_data_enable()
273 csr_set(NDS_MCACHE_CTL, MCACHE_CTL_IC_EN); in cache_instr_enable()
576 csr_set(NDS_MCACHE_CTL, MCACHE_CTL_CCTL_SUEN); in andes_cache_init()
/Zephyr-latest/include/zephyr/arch/riscv/
Dcsr.h211 #define csr_set(csr, val) \ macro
/Zephyr-latest/drivers/interrupt_controller/
Dintc_ite_it8xxx2_v2.c241 csr_set(mie, MIP_MEIP); in soc_interrupt_init()
Dintc_ite_it8xxx2.c283 csr_set(mie, MIP_MEIP); in soc_interrupt_init()
/Zephyr-latest/soc/ite/ec/it8xxx2/
Dsoc.c344 csr_set(mie, MIP_MEIP); in riscv_idle()
/Zephyr-latest/tests/arch/riscv/fpu_sharing/src/
Dmain.c273 csr_set(mstatus, MSTATUS_IEN); in exception_context()