Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/renesas/rcar/
H A Dbl2_plat_setup.c499 uint64_t ui64_ret; in bl2_plat_handle_pre_image_load() local
517 ui64_ret = rcar_get_dest_addr_from_cert( in bl2_plat_handle_pre_image_load()
519 if (ui64_ret != 0U) { in bl2_plat_handle_pre_image_load()
523 ui64_ret = check_secure_load_area( in bl2_plat_handle_pre_image_load()
526 if (ui64_ret != 0U) { in bl2_plat_handle_pre_image_load()
549 ui64_ret = rcar_get_dest_addr_from_cert( in bl2_plat_handle_pre_image_load()
551 if (ui64_ret != 0U) { in bl2_plat_handle_pre_image_load()
555 ui64_ret = check_secure_load_area( in bl2_plat_handle_pre_image_load()
557 if (ui64_ret != 0U) { in bl2_plat_handle_pre_image_load()
568 ui64_ret = rcar_get_dest_addr_from_cert( in bl2_plat_handle_pre_image_load()
[all …]