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

Function mca_init

freebsd/x86/x86/mca.c:1366–1371  ·  view source on GitHub ↗

Must be executed on each CPU during boot. */

Source from the content-addressed store, hash-verified

1364
1365/* Must be executed on each CPU during boot. */
1366void
1367mca_init(void)
1368{
1369
1370 _mca_init(1);
1371}
1372
1373/* Must be executed on each CPU during resume. */
1374void

Callers 2

init_secondary_tailFunction · 0.85
mca_init_bspFunction · 0.85

Calls 1

_mca_initFunction · 0.85

Tested by

no test coverage detected