Home
last modified time | relevance | path

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

/Zephyr-latest/arch/riscv/core/
Dpmp.c155 static bool set_pmp_entry(unsigned int *index_p, uint8_t perm, in set_pmp_entry() argument
161 unsigned int index = *index_p; in set_pmp_entry()
203 *index_p = index; in set_pmp_entry()
207 static inline bool set_pmp_mprv_catchall(unsigned int *index_p, in set_pmp_mprv_catchall() argument
216 bool ok = set_pmp_entry(index_p, PMP_R | PMP_W | PMP_X, in set_pmp_mprv_catchall()
228 pmp_addr[*index_p - 1] = -1L; in set_pmp_mprv_catchall()