Searched refs:PMP_L (Results 1 – 2 of 2) sorted by relevance
102 (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()
140 #define PMP_L 0x80 macro