Searched refs:qemu_cpu_is_self (Results 1 – 13 of 13) sorted by relevance
260 if (!qemu_cpu_is_self(cpu)) { in generic_handle_interrupt()435 g_assert(qemu_cpu_is_self(cpu)); in qemu_cpu_stop()505 bool qemu_cpu_is_self(CPUState *cpu) in qemu_cpu_is_self() function512 return current_cpu && qemu_cpu_is_self(current_cpu); in qemu_in_vcpu_thread()573 if (qemu_cpu_is_self(cpu)) { in cpu_pause()
155 if (qemu_cpu_is_self(cpu) && in icount_handle_interrupt()
101 if (!qemu_cpu_is_self(cpu)) { in tcg_handle_interrupt()
78 g_assert(!(cpu)->created || qemu_cpu_is_self(cpu)); \
75 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()610 assert(cpu_is_stopped(cpu) || qemu_cpu_is_self(cpu)); in whpx_get_registers()
149 if (qemu_cpu_is_self(cpu)) { in do_run_on_cpu()
117 assert(qemu_cpu_is_self(CPU(s->cpu))); in apic_sync_vapic()464 if (!qemu_cpu_is_self(cpu)) { in apic_update_irq()
207 bool qemu_cpu_is_self(CPUState *cpu) in qemu_cpu_is_self() function
843 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()
183 bool qemu_cpu_is_self(CPUState *cpu) in qemu_cpu_is_self() function
5255 assert(cpu_is_stopped(cpu) || qemu_cpu_is_self(cpu)); in kvm_arch_put_registers()5355 assert(cpu_is_stopped(cs) || qemu_cpu_is_self(cs)); in kvm_arch_get_registers()