Searched refs:ARCH_MMU_FLAG_PERM_USER (Results 1 – 6 of 6) sorted by relevance
20 const uint ARCH_MMU_FLAG_PERM_USER = (1u << 2); variable
163 switch (flags & (ARCH_MMU_FLAG_PERM_USER | ARCH_MMU_FLAG_PERM_WRITE)) { in mmu_flags_to_s1_pte_attr()170 case ARCH_MMU_FLAG_PERM_USER: in mmu_flags_to_s1_pte_attr()173 case ARCH_MMU_FLAG_PERM_USER | ARCH_MMU_FLAG_PERM_WRITE: in mmu_flags_to_s1_pte_attr()212 *mmu_flags |= ARCH_MMU_FLAG_PERM_USER | ARCH_MMU_FLAG_PERM_WRITE; in s1_pte_attr_to_mmu_flags()217 *mmu_flags |= ARCH_MMU_FLAG_PERM_USER; in s1_pte_attr_to_mmu_flags()
245 if (flags & ARCH_MMU_FLAG_PERM_USER) { in terminal_flags()320 mmu_flags |= ARCH_MMU_FLAG_PERM_USER; in pt_flags_to_mmu_flags()
293 DEBUG_ASSERT(!is_user() || !(arch_mmu_flags & ARCH_MMU_FLAG_PERM_USER)); in MapObjectInternal()
615 if ((pf_flags & VMM_PF_FLAG_USER) && !(arch_mmu_flags_ & ARCH_MMU_FLAG_PERM_USER)) { in PageFault()
79 result = VmAddressRegionDispatcher::Create(vmar, ARCH_MMU_FLAG_PERM_USER, in Create()
Completed in 16 milliseconds