Home
last modified time | relevance | path

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

/optee_os/core/include/mm/
H A Dtee_mmu_types.h64 #define VM_FLAG_PERMANENT BIT(1) macro
81 VM_FLAG_PERMANENT | \
/optee_os/core/pta/veraison_attestation/
H A Dhash.c18 uint32_t dontwant = VM_FLAG_EPHEMERAL | VM_FLAG_PERMANENT | in is_region_valid()
/optee_os/core/kernel/
H A Dldelf_syscalls.c104 if (vm_flags & VM_FLAG_PERMANENT) in ldelf_syscall_unmap()
527 if (vm_flags & VM_FLAG_PERMANENT) in ldelf_syscall_set_prot()
558 if (vm_flags & VM_FLAG_PERMANENT) in ldelf_syscall_remap()
/optee_os/core/pta/
H A Dsystem.c217 if (vm_flags & VM_FLAG_PERMANENT) in system_unmap()
H A Dattestation.c492 uint32_t dontwant = VM_FLAG_EPHEMERAL | VM_FLAG_PERMANENT | in is_region_valid()
/optee_os/core/mm/
H A Dvm.c53 const uint32_t f = VM_FLAG_EPHEMERAL | VM_FLAG_PERMANENT | in select_va_in_range()
864 res = vm_map(uctx, &va, sz, prot, VM_FLAG_PERMANENT, in map_kinit()
872 return vm_map(uctx, &va, sz, TEE_MATTR_PRW, VM_FLAG_PERMANENT, in map_kinit()