Searched refs:halted (Results 1 - 7 of 7) sorted by relevance

/arch/m68k/q40/
H A Dconfig.c110 static int halted; variable
115 if (halted)
127 halted = 1;
138 halted = 1;
/arch/x86/kernel/
H A Dkvm.c97 bool halted; member in struct:kvm_task_sleep_node
143 n.halted = is_idle_task(current) || preempt_count() > 1;
149 if (!n.halted)
154 if (!n.halted) {
168 if (!n.halted)
179 if (n->halted)
570 /* Kick a cpu by its apicid. Used to wake up a halted vcpu */
/arch/mips/kernel/
H A Dsmp-cps.c368 unsigned halted; local
374 halted = read_tc_c0_tchalt();
376 } while (!(halted & TCHALT_H));
/arch/arm/mach-tegra/
H A Dsleep-tegra20.S478 halted: label
482 b halted
H A Dsleep-tegra30.S693 halted: label
699 b halted
/arch/x86/include/asm/
H A Dkvm_host.h497 bool halted; member in struct:kvm_vcpu_arch::__anon3119
/arch/x86/kvm/
H A Dx86.c6137 vcpu->arch.apf.halted = true;
6320 !vcpu->arch.apf.halted)
6334 vcpu->arch.apf.halted = false;
7016 vcpu->arch.apf.halted = false;
7520 !vcpu->arch.apf.halted)
7703 vcpu->arch.apf.halted = false;

Completed in 236 milliseconds