Home
last modified time | relevance | path

Searched refs:CPU_INTERRUPT_SIPI (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/target/i386/tcg/system/
H A Dseg_helper.c184 case CPU_INTERRUPT_SIPI: in x86_cpu_exec_interrupt()
185 cpu_reset_interrupt(cs, CPU_INTERRUPT_SIPI); in x86_cpu_exec_interrupt()
/openbmc/qemu/target/i386/hvf/
H A Dx86hvf.c448 if (cpu_test_interrupt(cs, CPU_INTERRUPT_SIPI)) { in hvf_process_events()
449 cpu_reset_interrupt(cs, CPU_INTERRUPT_SIPI); in hvf_process_events()
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-all.c711 if (cpu_test_interrupt(cpu, CPU_INTERRUPT_SIPI)) { in nvmm_vcpu_loop()
712 cpu_reset_interrupt(cpu, CPU_INTERRUPT_SIPI); in nvmm_vcpu_loop()
/openbmc/qemu/target/i386/
H A Dhelper.c602 int sipi = cs->interrupt_request & CPU_INTERRUPT_SIPI; in do_cpu_init()
H A Dcpu.h1425 #define CPU_INTERRUPT_SIPI CPU_INTERRUPT_TGT_INT_1
1414 #define CPU_INTERRUPT_SIPI global() macro
H A Dcpu.c9813 if (interrupt_request & CPU_INTERRUPT_SIPI) { in x86_cpu_pending_interrupt()
9814 return CPU_INTERRUPT_SIPI; in x86_cpu_pending_interrupt()
/openbmc/qemu/hw/intc/
H A Dapic.c632 cpu_interrupt(CPU(s->cpu), CPU_INTERRUPT_SIPI); in apic_get_delivery_bitmask()
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c1623 if (cpu_test_interrupt(cpu, CPU_INTERRUPT_SIPI)) { in whpx_vcpu_process_async_events()
1624 cpu_reset_interrupt(cpu, CPU_INTERRUPT_SIPI); in whpx_vcpu_process_async_events()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c5661 if (cpu_test_interrupt(cs, CPU_INTERRUPT_SIPI)) { in kvm_arch_process_async_events()
5662 cpu_reset_interrupt(cs, CPU_INTERRUPT_SIPI); in kvm_arch_process_async_events()