Searched refs:ctx_handle (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/plat/arm/board/tc/ |
| H A D | tc_bl1_dpe.c | 69 void plat_dpe_share_context_handle(int *ctx_handle, int *parent_ctx_handle) in plat_dpe_share_context_handle() argument 71 new_ctx_handle = *ctx_handle; in plat_dpe_share_context_handle() 75 void plat_dpe_get_context_handle(int *ctx_handle) in plat_dpe_get_context_handle() argument 111 ctx_handle, in plat_dpe_get_context_handle() 112 sizeof(*ctx_handle), in plat_dpe_get_context_handle() 119 VERBOSE("Received DPE context handle: 0x%x\n", *ctx_handle); in plat_dpe_get_context_handle()
|
| H A D | tc_bl2_dpe.c | 205 void plat_dpe_share_context_handle(int *ctx_handle, int *parent_ctx_handle) in plat_dpe_share_context_handle() argument 207 new_ctx_handle = *ctx_handle; in plat_dpe_share_context_handle() 213 void plat_dpe_get_context_handle(int *ctx_handle) in plat_dpe_get_context_handle() argument 217 rc = arm_get_tb_fw_info(ctx_handle); in plat_dpe_get_context_handle() 228 VERBOSE("Received DPE context handle: 0x%x\n", *ctx_handle); in plat_dpe_get_context_handle()
|
| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | arm_dyn_cfg_helpers.c | 134 int *ctx_handle) in arm_set_dpe_context_handle() argument 164 DTB_PROP_DPE_CTX_HANDLE, 1, ctx_handle); in arm_set_dpe_context_handle() 188 int arm_set_nt_fw_info(int *ctx_handle) in arm_set_nt_fw_info() argument 200 return arm_set_dpe_context_handle(config_base, ctx_handle); in arm_set_nt_fw_info() 212 int arm_set_tb_fw_info(int *ctx_handle) in arm_set_tb_fw_info() argument 227 return arm_set_dpe_context_handle(tb_fw_cfg_dtb, ctx_handle); in arm_set_tb_fw_info() 240 int arm_get_tb_fw_info(int *ctx_handle) in arm_get_tb_fw_info() argument 262 rc = fdt_read_uint32(dtb, node, DTB_PROP_DPE_CTX_HANDLE, (uint32_t *)ctx_handle); in arm_get_tb_fw_info()
|
| /rk3399_ARM-atf/include/drivers/measured_boot/rse/ |
| H A D | dice_prot_env.h | 47 void plat_dpe_share_context_handle(int *ctx_handle, int *parent_ctx_handle); 48 void plat_dpe_get_context_handle(int *ctx_handle);
|
| /rk3399_ARM-atf/include/plat/arm/common/ |
| H A D | plat_arm.h | 315 int arm_set_nt_fw_info(int *ctx_handle); 316 int arm_set_tb_fw_info(int *ctx_handle); 317 int arm_get_tb_fw_info(int *ctx_handle);
|