Searched refs:event_log_base (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-a-latest/plat/qemu/qemu/ |
D | qemu_measured_boot.c | 19 static uint64_t event_log_base; variable 52 event_log_base = (uintptr_t)event_log; in bl2_plat_mboot_init() 65 event_log_cur_size = event_log_get_cur_size((uint8_t *)event_log_base); in bl2_plat_mboot_finish() 69 (uintptr_t)event_log_base, in bl2_plat_mboot_finish() 86 (void)memcpy((void *)ns_log_addr, (const void *)event_log_base, in bl2_plat_mboot_finish() 94 rc = qemu_set_tos_fw_info((uintptr_t)event_log_base, in bl2_plat_mboot_finish() 103 dump_event_log((uint8_t *)event_log_base, event_log_cur_size); in bl2_plat_mboot_finish()
|
/trusted-firmware-a-latest/plat/arm/board/fvp/ |
D | fvp_bl2_measured_boot.c | 28 static uint64_t event_log_base; variable 106 rc = arm_get_tb_fw_info(&event_log_base, &bl1_event_log_size, in bl2_plat_mboot_init() 123 event_log_start = (uint8_t *)((uintptr_t)event_log_base + in bl2_plat_mboot_init() 125 event_log_finish = (uint8_t *)((uintptr_t)event_log_base + in bl2_plat_mboot_init() 213 event_log_cur_size = event_log_get_cur_size((uint8_t *)event_log_base); in bl2_plat_mboot_finish() 218 (const void *)event_log_base, in bl2_plat_mboot_finish() 244 (void)memcpy((void *)ns_log_addr, (const void *)event_log_base, in bl2_plat_mboot_finish() 261 dump_event_log((uint8_t *)event_log_base, event_log_cur_size); in bl2_plat_mboot_finish()
|