Home
last modified time | relevance | path

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

/optee_os/core/include/mm/
H A Dvm.h58 TEE_Result vm_unmap(struct user_mode_ctx *uctx, vaddr_t va, size_t len);
/optee_os/core/arch/arm/kernel/
H A Dsecure_partition.c377 res = vm_unmap(&ctx->uctx, vaddr, len); in sp_unmap_ffa_regions()
601 vm_unmap(uctx, va, bin_size_rounded); in load_binary_sp()
1083 vm_unmap(&ctx->uctx, va, pages_cnt * SMALL_PAGE_SIZE); in handle_fdt_dev_regions()
1318 vm_unmap(&ctx->uctx, va, size); in handle_fdt_mem_regions()
1398 vm_unmap(&ctx->uctx, log_addr, log_size); in handle_tpm_event_log()
1720 vm_unmap(&ctx->uctx, boot_info_va, boot_info_size); in sp_first_run()
1721 vm_unmap(&ctx->uctx, (vaddr_t)fdt_copy, fdt_size); in sp_first_run()
/optee_os/core/kernel/
H A Dldelf_syscalls.c33 TEE_Result res = vm_unmap(uctx, va, byte_count); in unmap_or_panic()
107 return vm_unmap(uctx, va, sz); in ldelf_syscall_unmap()
H A Duser_ta.c349 res = vm_unmap(&utc->uctx, va, mobj->size); in user_ta_dump_ftrace()
/optee_os/core/pta/
H A Dsystem.c220 return vm_unmap(uctx, va, sz); in system_unmap()
/optee_os/core/mm/
H A Dvm.c813 TEE_Result vm_unmap(struct user_mode_ctx *uctx, vaddr_t va, size_t len) in vm_unmap() function