Home
last modified time | relevance | path

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

/xen/xen/arch/x86/cpu/microcode/
A Dcore.c75 } loading_state; variable
332 static bool wait_for_state(typeof(loading_state) state) in wait_for_state()
334 typeof(loading_state) cur_state; in wait_for_state()
336 while ( (cur_state = ACCESS_ONCE(loading_state)) != state ) in wait_for_state()
346 static void set_state(typeof(loading_state) state) in set_state()
348 ACCESS_ONCE(loading_state) = state; in set_state()
381 if ( ACCESS_ONCE(loading_state) != LOADING_CALLIN ) in microcode_nmi_callback()
623 loading_state = LOADING_PREPARE; in microcode_update_helper()

Completed in 3 milliseconds