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

Function ucode_reload

freebsd/x86/x86/ucode.c:381–386  ·  view source on GitHub ↗

* Reload microcode following an ACPI resume. */

Source from the content-addressed store, hash-verified

379 * Reload microcode following an ACPI resume.
380 */
381void
382ucode_reload(void)
383{
384
385 ucode_load_ap(PCPU_GET(cpuid));
386}
387
388/*
389 * Replace an existing microcode update.

Callers 2

acpi_wakeup_machdepFunction · 0.85
cpususpend_handlerFunction · 0.85

Calls 1

ucode_load_apFunction · 0.85

Tested by

no test coverage detected