Home
last modified time | relevance | path

Searched refs:PMP_M_MODE_SLOTS (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/arch/riscv/
Dthread.h66 #define PMP_M_MODE_SLOTS 8 /* 8 is plenty enough for m-mode */ macro
84 unsigned long m_mode_pmpaddr_regs[PMP_M_MODE_SLOTS];
85 unsigned long m_mode_pmpcfg_regs[PMP_M_MODE_SLOTS / sizeof(unsigned long)];
/Zephyr-latest/arch/riscv/core/
Dpmp.c538 unsigned long pmp_addr[PMP_M_MODE_SLOTS]; in z_riscv_pmp_stackguard_disable()
539 unsigned long pmp_cfg[PMP_M_MODE_SLOTS / sizeof(unsigned long)]; in z_riscv_pmp_stackguard_disable()