Searched refs:vm_set_prot (Results 1 – 7 of 7) sorted by relevance
| /optee_os/core/include/mm/ |
| H A D | vm.h | 55 TEE_Result vm_set_prot(struct user_mode_ctx *uctx, vaddr_t va, size_t len,
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | stmm_sp.c | 392 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 D | secure_partition.c | 584 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 D | spmc_sp_handler.c | 1235 res = vm_set_prot(&sp_ctx->uctx, args->a1, region_size, attrs); in handle_mem_perm_set()
|
| /optee_os/core/kernel/ |
| H A D | ldelf_syscalls.c | 424 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 D | ldelf_loader.c | 105 res = vm_set_prot(uctx, code_addr, in ldelf_load_ldelf()
|
| /optee_os/core/mm/ |
| H A D | vm.c | 742 TEE_Result vm_set_prot(struct user_mode_ctx *uctx, vaddr_t va, size_t len, in vm_set_prot() function
|