Searched refs:timestamp_init (Results 1 – 13 of 13) sorted by relevance
/external/coreboot/tests/lib/ |
D | timestamp-test.c | 14 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/ |
D | timestamp.md | 36 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/ |
D | timestamp.h | 16 void timestamp_init(uint64_t base); 38 #define timestamp_init(base) macro
|
/external/coreboot/src/soc/cavium/common/ |
D | bootblock.c | 24 timestamp_init(timestamp_get()); in bootblock_main()
|
/external/coreboot/src/soc/nvidia/tegra124/ |
D | bootblock.c | 74 timestamp_init(0); in tegra124_main()
|
/external/coreboot/src/mainboard/google/nyan_big/ |
D | romstage.c | 26 timestamp_init(0); in romstage()
|
/external/coreboot/src/mainboard/google/nyan/ |
D | romstage.c | 26 timestamp_init(0); in romstage()
|
/external/coreboot/src/mainboard/google/nyan_blaze/ |
D | romstage.c | 27 timestamp_init(0); in romstage()
|
/external/coreboot/src/lib/ |
D | bootblock.c | 36 timestamp_init(base_timestamp); in bootblock_main_with_timestamp()
|
D | timestamp.c | 146 void timestamp_init(uint64_t base) in timestamp_init() function
|
/external/coreboot/src/mainboard/google/daisy/ |
D | romstage.c | 124 timestamp_init(timestamp_get()); in main()
|
/external/coreboot/src/mainboard/google/peach_pit/ |
D | romstage.c | 207 timestamp_init(timestamp_get()); in main()
|
/external/coreboot/src/soc/amd/common/psp_verstage/ |
D | psp_verstage.c | 248 timestamp_init(timestamp_get()); in Main()
|