Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
uint64_t timer_raw_value(void)
44
{
45
return rdtsc();
46
}
Callers
5
ndelay
Function · 0.50
update_clock
Function · 0.50
gettimeofday_init
Function · 0.50
ndelay
Function · 0.50
timer_us
Function · 0.50
Calls
1
rdtsc
Function · 0.50
Tested by
no test coverage detected