Searched refs:VM_FLAG_PERMANENT (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/include/mm/ |
| H A D | tee_mmu_types.h | 64 #define VM_FLAG_PERMANENT BIT(1) macro 81 VM_FLAG_PERMANENT | \
|
| /optee_os/core/pta/veraison_attestation/ |
| H A D | hash.c | 18 uint32_t dontwant = VM_FLAG_EPHEMERAL | VM_FLAG_PERMANENT | in is_region_valid()
|
| /optee_os/core/kernel/ |
| H A D | ldelf_syscalls.c | 104 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 D | system.c | 217 if (vm_flags & VM_FLAG_PERMANENT) in system_unmap()
|
| H A D | attestation.c | 492 uint32_t dontwant = VM_FLAG_EPHEMERAL | VM_FLAG_PERMANENT | in is_region_valid()
|
| /optee_os/core/mm/ |
| H A D | vm.c | 53 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()
|