Home
last modified time | relevance | path

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

/kernel/vm/include/vm/
A Darch_vm_aspace.h20 const uint ARCH_MMU_FLAG_PERM_USER = (1u << 2); variable
/kernel/arch/arm64/
A Dmmu.cpp163 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()
/kernel/arch/x86/
A Dmmu.cpp245 if (flags & ARCH_MMU_FLAG_PERM_USER) { in terminal_flags()
320 mmu_flags |= ARCH_MMU_FLAG_PERM_USER; in pt_flags_to_mmu_flags()
/kernel/vm/
A Dvm_aspace.cpp293 DEBUG_ASSERT(!is_user() || !(arch_mmu_flags & ARCH_MMU_FLAG_PERM_USER)); in MapObjectInternal()
A Dvm_mapping.cpp615 if ((pf_flags & VMM_PF_FLAG_USER) && !(arch_mmu_flags_ & ARCH_MMU_FLAG_PERM_USER)) { in PageFault()
/kernel/object/
A Dprocess_dispatcher.cpp79 result = VmAddressRegionDispatcher::Create(vmar, ARCH_MMU_FLAG_PERM_USER, in Create()

Completed in 16 milliseconds