Home
last modified time | relevance | path

Searched refs:stage_microcode (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kernel/cpu/microcode/
H A Dinternal.h34 void (*stage_microcode)(void); member
H A Dintel.c606 static void stage_microcode(void) in stage_microcode() function
974 .stage_microcode = stage_microcode,
H A Dcore.c609 microcode_ops->stage_microcode(); in load_late_stop_cpus()