Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/mm/
A Dtee_mmu_types.h64 #define VM_FLAG_PERMANENT BIT(1) macro
81 VM_FLAG_PERMANENT | \
/optee_os-3.20.0/core/kernel/
A Dldelf_syscalls.c81 if (vm_flags & VM_FLAG_PERMANENT) in ldelf_syscall_unmap()
484 if (vm_flags & VM_FLAG_PERMANENT) in ldelf_syscall_set_prot()
511 if (vm_flags & VM_FLAG_PERMANENT) in ldelf_syscall_remap()
/optee_os-3.20.0/core/pta/
A Dsystem.c198 if (vm_flags & VM_FLAG_PERMANENT) in system_unmap()
A Dattestation.c486 uint32_t skip_flags = VM_FLAG_EPHEMERAL | VM_FLAG_PERMANENT | in is_region_valid()
/optee_os-3.20.0/core/mm/
A Dvm.c54 const uint32_t f = VM_FLAG_EPHEMERAL | VM_FLAG_PERMANENT | in select_va_in_range()
865 res = vm_map(uctx, &va, sz, prot, VM_FLAG_PERMANENT, in map_kinit()
873 return vm_map(uctx, &va, sz, TEE_MATTR_PRW, VM_FLAG_PERMANENT, in map_kinit()

Completed in 9 milliseconds