Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ cpu_initclocks
Function
cpu_initclocks
freebsd/arm64/arm64/clock.c:34–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
#include <sys/systm.h>
33
34
void
35
cpu_initclocks(void)
36
{
37
38
cpu_initclocks_bsp();
39
}
Callers
nothing calls this directly
Calls
1
cpu_initclocks_bsp
Function · 0.85
Tested by
no test coverage detected