Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/lib/
H A Dbootblock.c29 void bootblock_main_with_timestamp(uint64_t base_timestamp, in bootblock_main_with_timestamp() function
73 bootblock_main_with_timestamp(base_timestamp, NULL, 0); in bootblock_main_with_basetime()
85 bootblock_main_with_timestamp(base_timestamp, NULL, 0); in main()
101 bootblock_main_with_timestamp(arg->base_timestamp, arg->timestamps, in _start()
/aosp_15_r20/external/coreboot/src/include/
H A Dbootblock_common.h32 void bootblock_main_with_timestamp(uint64_t base_timestamp,
/aosp_15_r20/external/coreboot/src/soc/amd/common/vboot/
H A Dvboot_bootblock.c60 bootblock_main_with_timestamp(base_timestamp, psp_ts_table->entries, in boot_with_psp_timestamp()