Searched refs:qemu_cpu_is_self (Results 1 – 13 of 13) sorted by relevance
261 if (!qemu_cpu_is_self(cpu)) { in generic_handle_interrupt()440 g_assert(qemu_cpu_is_self(cpu)); in qemu_cpu_stop()510 bool qemu_cpu_is_self(CPUState *cpu) in qemu_cpu_is_self() function517 return current_cpu && qemu_cpu_is_self(current_cpu); in qemu_in_vcpu_thread()599 if (qemu_cpu_is_self(cpu)) { in cpu_pause()
155 if (qemu_cpu_is_self(cpu) && in icount_handle_interrupt()
104 if (!qemu_cpu_is_self(cpu)) { in tcg_handle_interrupt()
83 g_assert(!(cpu)->created || qemu_cpu_is_self(cpu)); \
76 if (!qemu_cpu_is_self(cpu)) { in whpx_kick_vcpu_thread()
393 assert(cpu_is_stopped(cpu) || qemu_cpu_is_self(cpu)); in whpx_set_registers()608 assert(cpu_is_stopped(cpu) || qemu_cpu_is_self(cpu)); in whpx_get_registers()
148 if (qemu_cpu_is_self(cpu)) { in do_run_on_cpu()
117 assert(qemu_cpu_is_self(CPU(s->cpu))); in apic_sync_vapic()463 if (!qemu_cpu_is_self(cpu)) { in apic_update_irq()
211 bool qemu_cpu_is_self(CPUState *cpu) in qemu_cpu_is_self() function
824 bool qemu_cpu_is_self(CPUState *cpu);
91 assert(cpu_is_stopped(cpu) || qemu_cpu_is_self(cpu)); in nvmm_set_registers()229 assert(cpu_is_stopped(cpu) || qemu_cpu_is_self(cpu)); in nvmm_get_registers()
185 bool qemu_cpu_is_self(CPUState *cpu) in qemu_cpu_is_self() function
5274 assert(cpu_is_stopped(cpu) || qemu_cpu_is_self(cpu)); in kvm_arch_put_registers() 5374 assert(cpu_is_stopped(cs) || qemu_cpu_is_self(cs)); in kvm_arch_get_registers()