/tf-a-ffa_el3_spmc/lib/el3_runtime/aarch64/ |
A D | context_mgmt.c | 374 cpu_context_t *ctx; in cm_init_context_by_index() local 386 cpu_context_t *ctx; in cm_init_my_context() local 621 cpu_context_t *ctx; in cm_el2_sysregs_context_save() local 643 cpu_context_t *ctx; in cm_el2_sysregs_context_restore() local 660 cpu_context_t *ctx; in cm_el1_sysregs_context_save() local 677 cpu_context_t *ctx; in cm_el1_sysregs_context_restore() local 698 cpu_context_t *ctx; in cm_set_elr_el3() local 716 cpu_context_t *ctx; in cm_set_elr_spsr_el3() local 737 cpu_context_t *ctx; in cm_write_scr_el3_bit() local 767 cpu_context_t *ctx; in cm_get_scr_el3() local [all …]
|
/tf-a-ffa_el3_spmc/lib/xlat_tables_v2/ |
A D | xlat_tables_core.c | 43 static int xlat_table_get_index(const xlat_ctx_t *ctx, const uint64_t *table) in xlat_table_get_index() 59 static uint64_t *xlat_table_get_empty(const xlat_ctx_t *ctx) in xlat_table_get_empty() 69 static void xlat_table_inc_regions_count(const xlat_ctx_t *ctx, in xlat_table_inc_regions_count() 78 static void xlat_table_dec_regions_count(const xlat_ctx_t *ctx, in xlat_table_dec_regions_count() 95 static uint64_t *xlat_table_get_empty(xlat_ctx_t *ctx) in xlat_table_get_empty() 107 uint64_t xlat_desc(const xlat_ctx_t *ctx, uint32_t attr, in xlat_desc() 771 void mmap_add_region_ctx(xlat_ctx_t *ctx, const mmap_region_t *mm) in mmap_add_region_ctx() 923 void mmap_add_region_alloc_va_ctx(xlat_ctx_t *ctx, mmap_region_t *mm) in mmap_add_region_alloc_va_ctx() 937 void mmap_add_ctx(xlat_ctx_t *ctx, const mmap_region_t *mm) in mmap_add_ctx() 949 int mmap_add_dynamic_region_ctx(xlat_ctx_t *ctx, mmap_region_t *mm) in mmap_add_dynamic_region_ctx() [all …]
|
A D | xlat_tables_utils.c | 30 void xlat_tables_print(__unused xlat_ctx_t *ctx) in xlat_tables_print() 52 static void xlat_desc_print(const xlat_ctx_t *ctx, uint64_t desc) in xlat_desc_print() 122 static void xlat_tables_print_internal(xlat_ctx_t *ctx, uintptr_t table_base_va, in xlat_tables_print_internal() 205 void xlat_tables_print(xlat_ctx_t *ctx) in xlat_tables_print() 328 static int xlat_get_mem_attributes_internal(const xlat_ctx_t *ctx, in xlat_get_mem_attributes_internal() 422 int xlat_get_mem_attributes_ctx(const xlat_ctx_t *ctx, uintptr_t base_va, in xlat_get_mem_attributes_ctx() 430 int xlat_change_mem_attributes_ctx(const xlat_ctx_t *ctx, uintptr_t base_va, in xlat_change_mem_attributes_ctx()
|
/tf-a-ffa_el3_spmc/lib/el3_runtime/aarch32/ |
A D | context_mgmt.c | 54 void cm_setup_context(cpu_context_t *ctx, const entry_point_info_t *ep) in cm_setup_context() 150 cpu_context_t *ctx; in cm_init_context_by_index() local 162 cpu_context_t *ctx; in cm_init_my_context() local 178 cpu_context_t *ctx = cm_get_context(security_state); in cm_prepare_el3_exit() local
|
/tf-a-ffa_el3_spmc/drivers/nxp/crypto/caam/src/auth/ |
A D | hash.c | 42 int hash_init(enum hash_algo algo, void **ctx) in hash_init() 67 struct hash_ctx *ctx = context; in hash_update() local 115 struct hash_ctx *ctx = context; in hash_final() local
|
/tf-a-ffa_el3_spmc/lib/cpus/aarch64/ |
A D | cpuamu.c | 32 struct cpuamu_ctx *ctx = &cpuamu_ctxs[plat_my_core_pos()]; in cpuamu_context_save() local 51 struct cpuamu_ctx *ctx = &cpuamu_ctxs[plat_my_core_pos()]; in cpuamu_context_restore() local
|
/tf-a-ffa_el3_spmc/services/std_svc/spm/spm_mm/ |
A D | spm_mm_common.c | 84 uint64_t spm_sp_synchronous_entry(sp_context_t *ctx) in spm_sp_synchronous_entry() 114 __dead2 void spm_sp_synchronous_exit(sp_context_t *ctx, uint64_t rc) in spm_sp_synchronous_exit()
|
A D | spm_mm_setup.c | 29 cpu_context_t *ctx = &(sp_ctx->cpu_ctx); in spm_el0_sp_setup() local
|
A D | spm_mm_main.c | 39 sp_context_t *ctx; in spm_init() local 62 sp_context_t *ctx; in spm_mm_setup() local
|
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/common/ |
A D | tegra_fiq_glue.c | 42 cpu_context_t *ctx = cm_get_context(NON_SECURE); in tegra_fiq_interrupt_handler() local 129 cpu_context_t *ctx = cm_get_context(NON_SECURE); in tegra_fiq_get_intr_context() local
|
/tf-a-ffa_el3_spmc/lib/extensions/amu/aarch64/ |
A D | amu.c | 49 void amu_enable(bool el2_unused, cpu_context_t *ctx) in amu_enable() 254 struct amu_ctx *ctx = &amu_ctxs[plat_my_core_pos()]; in amu_context_save() local 325 struct amu_ctx *ctx = &amu_ctxs[plat_my_core_pos()]; in amu_context_restore() local
|
/tf-a-ffa_el3_spmc/plat/imx/common/ |
A D | plat_imx8_gic.c | 100 void plat_gic_save(unsigned int proc_num, struct plat_gic_ctx *ctx) in plat_gic_save() 108 void plat_gic_restore(unsigned int proc_num, struct plat_gic_ctx *ctx) in plat_gic_restore()
|
/tf-a-ffa_el3_spmc/services/std_svc/spmd/ |
A D | spmd_pm.c | 79 spmd_spm_core_context_t *ctx = spmd_get_context(); in spmd_cpu_on_finish_handler() local 123 spmd_spm_core_context_t *ctx = spmd_get_context(); in spmd_cpu_off_handler() local
|
A D | spmd_main.c | 151 spmd_spm_core_context_t *ctx = spmd_get_context(); in spmd_spm_core_sync_exit() local 171 spmd_spm_core_context_t *ctx = spmd_get_context(); in spmd_init() local 489 spmd_spm_core_context_t *ctx = spmd_get_context(); in spmd_smc_handler() local
|
/tf-a-ffa_el3_spmc/services/spd/trusty/ |
A D | trusty.c | 92 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_context_switch() local 143 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_fiq_handler() local 172 struct trusty_cpu_ctx *ctx; in trusty_set_fiq_handler() local 189 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_get_fiq_regs() local 198 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_fiq_exit() local 309 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_init() local 384 struct trusty_cpu_ctx *ctx = get_trusty_ctx(); in trusty_cpu_on_finish_handler() local
|
/tf-a-ffa_el3_spmc/include/lib/el3_runtime/aarch32/ |
A D | context.h | 50 #define read_ctx_reg(ctx, offset) ((ctx)->ctx_regs[offset >> WORD_SHIFT]) argument 51 #define write_ctx_reg(ctx, offset, val) (((ctx)->ctx_regs[offset >> WORD_SHIFT]) \ argument
|
/tf-a-ffa_el3_spmc/drivers/arm/gic/v3/ |
A D | gicv3_main.c | 41 #define RESTORE_GICR_REG(base, ctx, name, i) \ argument 44 #define SAVE_GICR_REG(base, ctx, name, i) \ argument 48 #define RESTORE_GICD_REGS(base, ctx, intr_num, reg, REG) \ argument 58 #define SAVE_GICD_REGS(base, ctx, intr_num, reg, REG) \ argument 68 #define RESTORE_GICD_EREGS(base, ctx, intr_num, reg, REG) \ argument 79 #define SAVE_GICD_EREGS(base, ctx, intr_num, reg, REG) \ argument 89 #define SAVE_GICD_EREGS(base, ctx, intr_num, reg, REG) argument 90 #define RESTORE_GICD_EREGS(base, ctx, intr_num, reg, REG) argument
|
/tf-a-ffa_el3_spmc/lib/extensions/amu/aarch32/ |
A D | amu.c | 173 struct amu_ctx *ctx = &amu_ctxs[plat_my_core_pos()]; in amu_context_save() local 220 struct amu_ctx *ctx = &amu_ctxs[plat_my_core_pos()]; in amu_context_restore() local
|
/tf-a-ffa_el3_spmc/bl32/sp_min/ |
A D | sp_min_main.c | 128 cpu_context_t *ctx = cm_get_context(NON_SECURE); in sp_min_prepare_next_image_entry() local 211 cpu_context_t *ctx = cm_get_context(NON_SECURE); in sp_min_warm_boot() local
|
/tf-a-ffa_el3_spmc/include/lib/el3_runtime/aarch64/ |
A D | context.h | 399 #define read_ctx_reg(ctx, offset) ((ctx)->ctx_regs[(offset) >> DWORD_SHIFT]) argument 400 #define write_ctx_reg(ctx, offset, val) (((ctx)->ctx_regs[(offset) >> DWORD_SHIFT]) \ argument 473 #define set_aapcs_args0(ctx, x0) do { \ argument 476 #define set_aapcs_args1(ctx, x0, x1) do { \ argument 480 #define set_aapcs_args2(ctx, x0, x1, x2) do { \ argument 484 #define set_aapcs_args3(ctx, x0, x1, x2, x3) do { \ argument 488 #define set_aapcs_args4(ctx, x0, x1, x2, x3, x4) do { \ argument 492 #define set_aapcs_args5(ctx, x0, x1, x2, x3, x4, x5) do { \ argument 496 #define set_aapcs_args6(ctx, x0, x1, x2, x3, x4, x5, x6) do { \ argument 500 #define set_aapcs_args7(ctx, x0, x1, x2, x3, x4, x5, x6, x7) do { \ argument
|
/tf-a-ffa_el3_spmc/plat/qti/qtiseclib/inc/ |
A D | qtiseclib_interface.h | 23 uint64_t ctx; member
|
/tf-a-ffa_el3_spmc/services/std_svc/spm/spmc/ |
A D | spmc_setup.c | 43 cpu_context_t *ctx; in spmc_el0_sp_setup() local
|
/tf-a-ffa_el3_spmc/plat/arm/common/aarch64/ |
A D | execution_state_switch.c | 45 cpu_context_t *ctx = (cpu_context_t *) handle; in arm_execution_state_switch() local
|
/tf-a-ffa_el3_spmc/include/drivers/amlogic/crypto/ |
A D | sha_dma.h | 26 static inline void asd_sha_init(struct asd_ctx *ctx, enum ASD_MODE mode) in asd_sha_init()
|
/tf-a-ffa_el3_spmc/drivers/nxp/auth/csf_hdr_parser/ |
A D | csf_hdr_parser.c | 52 void *ctx; in deploy_rotpk_hash_table() local 144 void *ctx; in calc_img_hash() local
|