Home
last modified time | relevance | path

Searched refs:plat_log_gpt_ptr (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/plat/common/
H A Dplat_bl_common.c37 const struct plat_log_gpt_corrupted *plat_log_gpt_ptr; variable
41 plat_log_gpt_ptr = log_gpt; in plat_setup_log_gpt_corrupted()
/rk3399_ARM-atf/drivers/partition/
H A Dpartition.c395 if ((plat_log_gpt_ptr == NULL) || in handle_gpt_corruption()
396 (plat_log_gpt_ptr->plat_set_gpt_corruption == NULL)) { in handle_gpt_corruption()
400 flags = plat_log_gpt_ptr->gpt_corrupted_info | PRIMARY_GPT_CORRUPTED; in handle_gpt_corruption()
401 plat_log_gpt_ptr->plat_set_gpt_corruption((uintptr_t)&plat_log_gpt_ptr->gpt_corrupted_info, in handle_gpt_corruption()
/rk3399_ARM-atf/plat/arm/common/
H A Darm_bl2_setup.c141 plat_log_gpt_ptr->plat_log_gpt_corruption((uintptr_t)secure_tl, in arm_bl2_early_platform_setup()
142 plat_log_gpt_ptr->gpt_corrupted_info); in arm_bl2_early_platform_setup()
/rk3399_ARM-atf/include/plat/common/
H A Dplatform.h67 extern const struct plat_log_gpt_corrupted *plat_log_gpt_ptr;