Searched refs:PMP_L (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/arch/riscv/core/ |
D | pmp.c | 102 (pmp_n_cfg[index] & PMP_L) ? " LOCKED" : ""); in print_pmp_entries() 356 set_pmp_entry(&index, PMP_R | PMP_X | PMP_L, in z_riscv_pmp_init() 366 set_pmp_entry(&index, PMP_NONE | PMP_L, in z_riscv_pmp_init() 379 set_pmp_entry(&index, PMP_NONE | PMP_L, in z_riscv_pmp_init() 402 set_pmp_entry(&index, PMP_NONE | PMP_L, in z_riscv_pmp_init() 407 set_pmp_entry(&index, PMP_NONE | PMP_L, in z_riscv_pmp_init()
|
/Zephyr-latest/include/zephyr/arch/riscv/ |
D | csr.h | 140 #define PMP_L 0x80 macro
|