Home
last modified time | relevance | path

Searched defs:timestamp_get (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/coreboot/src/arch/x86/
H A Dtimestamp.c7 uint64_t timestamp_get(void) in timestamp_get() function
/aosp_15_r20/external/coreboot/src/soc/amd/stoneyridge/
H A Dmonotonic_timer.c17 uint64_t timestamp_get(void) in timestamp_get() function
/aosp_15_r20/external/coreboot/tests/stubs/
H A Dtimestamp.c21 uint64_t timestamp_get(void) in timestamp_get() function
/aosp_15_r20/external/coreboot/src/include/
H A Dtimestamp.h52 #define timestamp_get() 0 macro
/aosp_15_r20/external/coreboot/src/lib/
H A Dtimestamp.c285 uint64_t __weak timestamp_get(void) in timestamp_get() function
/aosp_15_r20/external/coreboot/util/cbmem/
H A Dcbmem.c532 static uint64_t timestamp_get(uint64_t table_tick_freq_mhz) in timestamp_get() function