Searched refs:VM_FLAG_PERMANENT (Results 1 – 4 of 4) sorted by relevance
/optee_os/core/include/mm/ |
A D | tee_mmu_types.h | 50 #define VM_FLAG_PERMANENT BIT(1) macro 67 VM_FLAG_PERMANENT | \
|
/optee_os/core/kernel/ |
A D | ldelf_syscalls.c | 81 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 D | system.c | 198 if (vm_flags & VM_FLAG_PERMANENT) in system_unmap()
|
/optee_os/core/mm/ |
A D | vm.c | 55 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