Searched refs:CPU_INTERRUPT_SIPI (Results 1 – 9 of 9) sorted by relevance
| /openbmc/qemu/target/i386/tcg/system/ |
| H A D | seg_helper.c | 184 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 D | x86hvf.c | 448 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 D | nvmm-all.c | 711 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 D | helper.c | 602 int sipi = cs->interrupt_request & CPU_INTERRUPT_SIPI; in do_cpu_init()
|
| H A D | cpu.h | 1425 #define CPU_INTERRUPT_SIPI CPU_INTERRUPT_TGT_INT_1 1414 #define CPU_INTERRUPT_SIPI global() macro
|
| H A D | cpu.c | 9813 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 D | apic.c | 632 cpu_interrupt(CPU(s->cpu), CPU_INTERRUPT_SIPI); in apic_get_delivery_bitmask()
|
| /openbmc/qemu/target/i386/whpx/ |
| H A D | whpx-all.c | 1623 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 D | kvm.c | 5661 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()
|