Lines Matching refs:cpu_halted
32 bool cpu_halted; member
65 this->cpu_halted = true; in nce_init()
94 if (this == NULL || this->cpu_halted) { in nce_terminate()
110 this->cpu_halted = true; in nce_terminate()
143 this->cpu_halted = halted; in change_cpu_state_and_wait()
156 while (this->cpu_halted == halted) { in change_cpu_state_and_wait()
203 this->cpu_halted = false; in nce_boot_cpu()
212 while (this->cpu_halted == false) { in nce_boot_cpu()
235 if (this->cpu_halted == true) { in nce_halt_cpu()
254 if (this->cpu_halted == false) { in nce_wake_cpu()
278 return !this->cpu_halted; in nce_is_cpu_running()