Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dsmpboot.c81 static enum cpu_state { enum
88 } cpu_state; variable
89 #define set_cpu_state(state) do { mb(); cpu_state = (state); } while (0)
179 for ( i = 0; cpu_state != CPU_STATE_CALLOUT; i++ ) in smp_callin()
213 while ( cpu_state != CPU_STATE_ONLINE ) in smp_callin()
553 if ( cpu_state != CPU_STATE_CALLOUT ) in do_boot_cpu()
558 if ( cpu_state == CPU_STATE_CALLIN ) in do_boot_cpu()
566 else if ( cpu_state == CPU_STATE_DEAD ) in do_boot_cpu()
924 enum cpu_state seen_state; in __cpu_die()
926 while ( (seen_state = cpu_state) != CPU_STATE_DEAD ) in __cpu_die()

Completed in 4 milliseconds