Home
last modified time | relevance | path

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

/optee_os/core/include/mm/
H A Dtee_mmu_types.h59 #define VM_FLAG_EPHEMERAL BIT(0) macro
80 #define VM_FLAGS_NONPRIV (VM_FLAG_EPHEMERAL | \
/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/mm/
H A Dvm.c53 const uint32_t f = VM_FLAG_EPHEMERAL | VM_FLAG_PERMANENT | in select_va_in_range()
906 if (r->flags & VM_FLAG_EPHEMERAL) { in vm_clean_param()
918 assert(!(r->flags & VM_FLAG_EPHEMERAL)); in check_param_map_empty()
930 if (!(region->flags & VM_FLAG_EPHEMERAL)) in param_mem_to_user_va()
1048 VM_FLAG_EPHEMERAL | VM_FLAG_SHAREABLE, in vm_map_param()
/optee_os/core/kernel/
H A Duser_ta.c321 res = vm_map(&utc->uctx, &va, mobj->size, prot, VM_FLAG_EPHEMERAL, in user_ta_dump_ftrace()
H A Dldelf_loader.c232 if (r->flags & VM_FLAG_EPHEMERAL) in ldelf_dump_state()
/optee_os/core/pta/
H A Dattestation.c492 uint32_t dontwant = VM_FLAG_EPHEMERAL | VM_FLAG_PERMANENT | in is_region_valid()