Searched refs:cpu_halted (Results 1 – 1 of 1) sorted by relevance
32 bool cpu_halted; member65 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()[all …]