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

Function mca_resume

freebsd/x86/x86/mca.c:1374–1379  ·  view source on GitHub ↗

Must be executed on each CPU during resume. */

Source from the content-addressed store, hash-verified

1372
1373/* Must be executed on each CPU during resume. */
1374void
1375mca_resume(void)
1376{
1377
1378 _mca_init(0);
1379}
1380
1381/*
1382 * The machine check registers for the BSP cannot be initialized until

Callers 2

acpi_wakeup_machdepFunction · 0.85
cpususpend_handlerFunction · 0.85

Calls 1

_mca_initFunction · 0.85

Tested by

no test coverage detected