Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/spm/spm_mm/
H A Dspm_mm_xlat.c107 rc = xlat_get_mem_attributes_ctx(sp_ctx->xlat_ctx_handle, in spm_memory_attributes_get_smc_handler()
122 rc = xlat_get_mem_attributes_ctx(sp_ctx->xlat_ctx_handle, in spm_memory_attributes_get_smc_handler()
166 int ret = xlat_change_mem_attributes_ctx(sp_ctx->xlat_ctx_handle, in spm_memory_attributes_set_smc_handler()
H A Dspm_mm_setup.c209 mmap_add_region_ctx(sp_ctx->xlat_ctx_handle, in spm_sp_setup()
212 mmap_add_ctx(sp_ctx->xlat_ctx_handle, in spm_sp_setup()
215 init_xlat_tables_ctx(sp_ctx->xlat_ctx_handle); in spm_sp_setup()
221 xlat_ctx_t *xlat_ctx = sp_ctx->xlat_ctx_handle; in spm_sp_setup()
H A Dspm_mm_private.h49 xlat_ctx_t *xlat_ctx_handle; member
H A Dspm_mm_main.c149 ctx->xlat_ctx_handle = spm_get_sp_xlat_context(); in spm_mm_setup()
/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_setup.c602 mmap_add_region_ctx(sp->xlat_ctx_handle, &sp_mem_regions); in populate_sp_regions()
612 xlat_ctx = sp->xlat_ctx_handle; in spmc_el0_sp_setup_mmu()
613 init_xlat_tables_ctx(sp->xlat_ctx_handle); in spmc_el0_sp_setup_mmu()
714 sp->xlat_ctx_handle->xlat_regime = EL1_EL0_REGIME; in spmc_el0_sp_setup()
717 mmap_add_region_ctx(sp->xlat_ctx_handle, in spmc_el0_sp_setup()
730 mmap_add_region_ctx(sp->xlat_ctx_handle, &ffa_boot_info_region); in spmc_el0_sp_setup()
782 mmap_add_region_ctx(sp->xlat_ctx_handle, &sp_mem_regions); in spmc_el0_sp_setup()
H A Dspmc.h191 xlat_ctx_t *xlat_ctx_handle; member
H A Dspmc_main.c1869 ret = xlat_change_mem_attributes_ctx(sp->xlat_ctx_handle, in ffa_mem_perm_set_handler()
1966 ret = xlat_get_mem_attributes_ctx(sp->xlat_ctx_handle, base_va, in ffa_mem_perm_get_handler()
1982 ret = xlat_get_mem_attributes_ctx(sp->xlat_ctx_handle, base_va, in ffa_mem_perm_get_handler()
2296 sp_desc->xlat_ctx_handle = spm_get_sp_xlat_context(); in find_and_prepare_sp_context()