Home
last modified time | relevance | path

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

/external/coreboot/src/lib/
Ddecompressor.c44 arg.base_timestamp = timestamp_get(); in main()
52 arg.timestamps[0].entry_stamp = timestamp_get(); in main()
58 arg.timestamps[1].entry_stamp = timestamp_get(); in main()
Dtimestamp.c143 timestamp_add(id, timestamp_get()); in timestamp_add_now()
279 return (timestamp_get() - ts->base_time) / ts->tick_freq_mhz; in get_us_since_boot()
285 uint64_t __weak timestamp_get(void) in timestamp_get() function
Dbootblock.c83 base_timestamp = timestamp_get(); in main()
/external/coreboot/src/soc/amd/stoneyridge/
Dmonotonic_timer.c12 mono_time_set_usecs(mt, timestamp_get()); in timer_monotonic_get()
17 uint64_t timestamp_get(void) in timestamp_get() function
Dbootblock.c74 bootblock_main_with_basetime(timestamp_get()); in bootblock_c_entry()
/external/coreboot/src/include/
Dtimestamp.h50 uint64_t timestamp_get(void);
52 #define timestamp_get() 0 macro
/external/coreboot/src/arch/x86/
Dtimestamp.c7 uint64_t timestamp_get(void) in timestamp_get() function
/external/coreboot/src/security/vboot/
Dvboot_logic.c144 load_ts = timestamp_get(); in hash_body()
161 temp_ts = timestamp_get(); in hash_body()
164 load_ts += timestamp_get() - temp_ts; in hash_body()
/external/coreboot/tests/stubs/
Dtimestamp.c21 uint64_t timestamp_get(void) in timestamp_get() function
/external/coreboot/src/soc/cavium/common/
Dbootblock.c24 timestamp_init(timestamp_get()); in bootblock_main()
/external/coreboot/src/soc/intel/common/block/cse/
Dtelemetry.c28 current_time = timestamp_get(); in process_cse_telemetry_data()
/external/coreboot/src/soc/intel/xeon_sp/
Dbootblock.c75 bootblock_timestamp = timestamp_get(); in bootblock_c_entry()
/external/coreboot/src/mainboard/google/daisy/
Dromstage.c124 timestamp_init(timestamp_get()); in main()
/external/coreboot/src/mainboard/google/peach_pit/
Dromstage.c207 timestamp_init(timestamp_get()); in main()
/external/coreboot/src/soc/amd/common/psp_verstage/
Dpsp_verstage.c248 timestamp_init(timestamp_get()); in Main()
/external/coreboot/util/cbmem/
Dcbmem.c532 static uint64_t timestamp_get(uint64_t table_tick_freq_mhz) in timestamp_get() function
818 timestamp_get(tst_p->tick_freq_mhz) - tst_p->base_time; in timestamp_add_now()