Home
last modified time | relevance | path

Searched refs:timestamp_init (Results 1 – 13 of 13) sorted by relevance

/external/coreboot/tests/lib/
Dtimestamp-test.c14 timestamp_init(1000); in test_timestamp_init()
26 timestamp_init(timestamp_base); in test_timestamp_add()
60 timestamp_init(timestamp_base); in test_timestamp_add_now()
80 timestamp_init(0); in test_timestamp_rescale_table()
105 timestamp_init(timestamp_base); in test_get_us_since_boot()
/external/coreboot/Documentation/lib/
Dtimestamp.md36 After such a transition, timestamp_init() must not be run again.
125 ### timestamp_init subsection
152 In this case, the library needs to call `timestamp_init` as early as possible to
158 ### Case 2: No timestamp region, fresh boot, cbmem_initialize called after timestamp_init
160 `timestamp_init` will set up a local cache. cbmem must be initialized before that
163 ### Case 3: No timestamp region, fresh boot, cbmem_initialize called before timestamp_init
165 This case is not supported right now, just don't call `timestamp_init` after
168 ### Case 4: No timestamp region, resume, cbmem_initialize called after timestamp_init
173 ### Case 5: No timestamp region, resume, cbmem_initialize called before timestamp_init
/external/coreboot/src/include/
Dtimestamp.h16 void timestamp_init(uint64_t base);
38 #define timestamp_init(base) macro
/external/coreboot/src/soc/cavium/common/
Dbootblock.c24 timestamp_init(timestamp_get()); in bootblock_main()
/external/coreboot/src/soc/nvidia/tegra124/
Dbootblock.c74 timestamp_init(0); in tegra124_main()
/external/coreboot/src/mainboard/google/nyan_big/
Dromstage.c26 timestamp_init(0); in romstage()
/external/coreboot/src/mainboard/google/nyan/
Dromstage.c26 timestamp_init(0); in romstage()
/external/coreboot/src/mainboard/google/nyan_blaze/
Dromstage.c27 timestamp_init(0); in romstage()
/external/coreboot/src/lib/
Dbootblock.c36 timestamp_init(base_timestamp); in bootblock_main_with_timestamp()
Dtimestamp.c146 void timestamp_init(uint64_t base) in timestamp_init() function
/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()