Searched refs:StartedState (Results 1 – 2 of 2) sorted by relevance
676 started = ((cpu_data_ptr->cpu_flags & StartedState) == StartedState); in cpu_machine_init()684 cpu_data_ptr->cpu_flags |= StartedState; in cpu_machine_init()
306 #define StartedState 0x1000 macro