Searched defs:arm_mmu_perms_attrs (Results 1 – 1 of 1) sorted by relevance
189 struct arm_mmu_perms_attrs { struct190 uint32_t acc_perms : 2;191 uint32_t bufferable : 1;192 uint32_t cacheable : 1;193 uint32_t not_global : 1;194 uint32_t non_sec : 1;195 uint32_t shared : 1;196 uint32_t tex : 3;197 uint32_t exec_never : 1;198 uint32_t id_mask : 2;[all …]