Home
last modified time | relevance | path

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

/optee_os/core/include/mm/
A Dtee_mmu_types.h50 #define VM_FLAG_PERMANENT BIT(1) macro
67 VM_FLAG_PERMANENT | \
/optee_os/core/kernel/
A Dldelf_syscalls.c81 if (vm_flags & VM_FLAG_PERMANENT) in ldelf_syscall_unmap()
483 if (vm_flags & VM_FLAG_PERMANENT) in ldelf_syscall_set_prot()
510 if (vm_flags & VM_FLAG_PERMANENT) in ldelf_syscall_remap()
/optee_os/core/pta/
A Dsystem.c198 if (vm_flags & VM_FLAG_PERMANENT) in system_unmap()
/optee_os/core/mm/
A Dvm.c55 const uint32_t f = VM_FLAG_EPHEMERAL | VM_FLAG_PERMANENT | in select_va_in_range()
810 res = vm_map(uctx, &va, sz, prot, VM_FLAG_PERMANENT, in map_kinit()
818 return vm_map(uctx, &va, sz, TEE_MATTR_PRW, VM_FLAG_PERMANENT, in map_kinit()

Completed in 14 milliseconds