MCPcopy Create free account
hub / github.com/coreboot/coreboot / timer_raw_value

Function timer_raw_value

payloads/libpayload/drivers/timer/rdtsc.c:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43uint64_t timer_raw_value(void)
44{
45 return rdtsc();
46}

Callers 5

ndelayFunction · 0.50
update_clockFunction · 0.50
gettimeofday_initFunction · 0.50
ndelayFunction · 0.50
timer_usFunction · 0.50

Calls 1

rdtscFunction · 0.50

Tested by

no test coverage detected