Home
last modified time | relevance | path

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

/arch/riscv/core/
A Dpmp.c155 static bool set_pmp_entry(unsigned int *index_p, uint8_t perm, in set_pmp_entry() argument
175 pmp_n_cfg[index] = perm | PMP_TOR; in set_pmp_entry()
179 pmp_n_cfg[index] = perm | PMP_NA4; in set_pmp_entry()
186 pmp_n_cfg[index] = perm | PMP_NAPOT; in set_pmp_entry()
196 pmp_n_cfg[index] = perm | PMP_TOR; in set_pmp_entry()
/arch/xtensa/core/
A Dmpu.c775 uint32_t perm; in arch_mem_domain_partition_remove() local
803 perm = XTENSA_MPU_ACCESS_P_RO_U_NA; in arch_mem_domain_partition_remove()
819 perm = XTENSA_MPU_ACCESS_P_RW_U_NA; in arch_mem_domain_partition_remove()
829 perm = XTENSA_MPU_ACCESS_P_NA_U_NA; in arch_mem_domain_partition_remove()
841 perm, in arch_mem_domain_partition_remove()

Completed in 12 milliseconds