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.c500 uint64_t ui64_ret; in bl2_plat_handle_pre_image_load() local
518 ui64_ret = rcar_get_dest_addr_from_cert( in bl2_plat_handle_pre_image_load()
520 if (ui64_ret != 0U) { in bl2_plat_handle_pre_image_load()
524 ui64_ret = check_secure_load_area( in bl2_plat_handle_pre_image_load()
527 if (ui64_ret != 0U) { in bl2_plat_handle_pre_image_load()
550 ui64_ret = rcar_get_dest_addr_from_cert( in bl2_plat_handle_pre_image_load()
552 if (ui64_ret != 0U) { in bl2_plat_handle_pre_image_load()
556 ui64_ret = check_secure_load_area( in bl2_plat_handle_pre_image_load()
558 if (ui64_ret != 0U) { in bl2_plat_handle_pre_image_load()
569 ui64_ret = rcar_get_dest_addr_from_cert( in bl2_plat_handle_pre_image_load()
[all …]