Searched refs:set_pmp_entry (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/arch/riscv/core/ |
D | pmp.c | 155 static bool set_pmp_entry(unsigned int *index_p, uint8_t perm, in set_pmp_entry() function 216 bool ok = set_pmp_entry(index_p, PMP_R | PMP_W | PMP_X, in set_pmp_mprv_catchall() 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() 492 set_pmp_entry(&index, PMP_NONE, in z_riscv_pmp_stackguard_prepare() 590 set_pmp_entry(&index, PMP_R | PMP_W, in z_riscv_pmp_usermode_prepare() 629 ok = set_pmp_entry(&index, part->attr.pmp_attr, in resync_pmp_domain()
|