Home
last modified time | relevance | path

Searched refs:vm_set_prot (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/include/mm/
H A Dvm.h55 TEE_Result vm_set_prot(struct user_mode_ctx *uctx, vaddr_t va, size_t len,
/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.c392 res = vm_set_prot(&spc->uctx, stmm_image_addr, in load_stmm()
398 res = vm_set_prot(&spc->uctx, stmm_heap_addr, stmm_heap_size, in load_stmm()
403 res = vm_set_prot(&spc->uctx, stmm_sec_buf_addr, stmm_sec_buf_size, in load_stmm()
917 res = vm_set_prot(&spc->uctx, va, sz, prot); in spm_handle_set_mem_attr()
H A Dsecure_partition.c584 res = vm_set_prot(uctx, va, bin_size_rounded, TEE_MATTR_UX); in load_binary_sp()
973 res = vm_set_prot(&ctx->uctx, va, size, perm); in handle_fdt_load_relative_mem_regions()
H A Dspmc_sp_handler.c1235 res = vm_set_prot(&sp_ctx->uctx, args->a1, region_size, attrs); in handle_mem_perm_set()
/optee_os/core/kernel/
H A Dldelf_syscalls.c424 res = vm_set_prot(uctx, va_copy, num_rounded_bytes, in ldelf_syscall_map_bin()
539 return vm_set_prot(uctx, va, sz, prot); in ldelf_syscall_set_prot()
H A Dldelf_loader.c105 res = vm_set_prot(uctx, code_addr, in ldelf_load_ldelf()
/optee_os/core/mm/
H A Dvm.c742 TEE_Result vm_set_prot(struct user_mode_ctx *uctx, vaddr_t va, size_t len, in vm_set_prot() function