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

Function mca_init_bsp

freebsd/x86/x86/mca.c:1386–1391  ·  view source on GitHub ↗

* The machine check registers for the BSP cannot be initialized until * the local APIC is initialized. This happens at SI_SUB_CPU, * SI_ORDER_SECOND. */

Source from the content-addressed store, hash-verified

1384 * SI_ORDER_SECOND.
1385 */
1386static void
1387mca_init_bsp(void *arg __unused)
1388{
1389
1390 mca_init();
1391}
1392SYSINIT(mca_init_bsp, SI_SUB_CPU, SI_ORDER_ANY, mca_init_bsp, NULL);
1393
1394/* Called when a machine check exception fires. */

Callers

nothing calls this directly

Calls 1

mca_initFunction · 0.85

Tested by

no test coverage detected