Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/arch/riscv/core/
Dpmp.c102 (pmp_n_cfg[index] & PMP_L) ? " LOCKED" : ""); in print_pmp_entries()
328 set_pmp_entry(&index, PMP_R | PMP_X | PMP_L, in z_riscv_pmp_init()
338 set_pmp_entry(&index, PMP_NONE | PMP_L, in z_riscv_pmp_init()
350 set_pmp_entry(&index, PMP_NONE | PMP_L, in z_riscv_pmp_init()
/Zephyr-Core-3.5.0/include/zephyr/arch/riscv/
Dcsr.h140 #define PMP_L 0x80 macro