Home
last modified time | relevance | path

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

/Zephyr-latest/arch/riscv/core/
Dpmp.S50 lr t0, (RV_REGSIZE * _index)(a3)
69 addi a1, a1, RV_REGSIZE - 1
78 .rept (CONFIG_PMP_SLOTS / RV_REGSIZE)
79 lr t0, (RV_REGSIZE * _index)(a4)
81 csrw (CSR_PMPCFG_BASE + RV_REGSIZE/4 * _index), t0
101 .rept (CONFIG_PMP_SLOTS / RV_REGSIZE)
102 csrw (CSR_PMPCFG_BASE + RV_REGSIZE/4 * _index), zero
Disr.S655 lr t1, RV_REGSIZE(t0)
/Zephyr-latest/soc/andestech/ae350/
Dpma.c56 # define PMACFG_NUM(index) ((index / RV_REGSIZE) * 2)
58 # define PMACFG_NUM(index) (index / RV_REGSIZE)
60 #define PMACFG_SHIFT(index) ((index % RV_REGSIZE) * 8)
/Zephyr-latest/include/zephyr/arch/riscv/
Darch.h149 #define RV_REGSIZE 8 macro
152 #define RV_REGSIZE 4 macro
/Zephyr-latest/drivers/interrupt_controller/
Dintc_nuclei_eclic.S63 lw t1, RV_REGSIZE(t0)