MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cpu_initclocks

Function cpu_initclocks

freebsd/mips/mips/machdep.c:314–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void
315cpu_initclocks(void)
316{
317
318 platform_initclocks();
319 cpu_initclocks_bsp();
320}
321
322/*
323 * Initialize the hardware exception vectors, and the jump table used to

Callers

nothing calls this directly

Calls 2

cpu_initclocks_bspFunction · 0.85
platform_initclocksFunction · 0.70

Tested by

no test coverage detected