Searched refs:VM_FLAG_PERMANENT (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/include/mm/ |
A D | tee_mmu_types.h | 64 #define VM_FLAG_PERMANENT BIT(1) macro 81 VM_FLAG_PERMANENT | \
|
/optee_os-3.20.0/core/kernel/ |
A D | ldelf_syscalls.c | 81 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 D | system.c | 198 if (vm_flags & VM_FLAG_PERMANENT) in system_unmap()
|
A D | attestation.c | 486 uint32_t skip_flags = VM_FLAG_EPHEMERAL | VM_FLAG_PERMANENT | in is_region_valid()
|
/optee_os-3.20.0/core/mm/ |
A D | vm.c | 54 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