Searched refs:APIC_DEST_NOSHORT (Results 1 – 5 of 5) sorted by relevance
/arch/x86/kvm/ |
D | ioapic.c | 118 if (!kvm_apic_match_dest(vcpu, NULL, APIC_DEST_NOSHORT, in __rtc_irq_eoi_tracking_restore_one() 192 if (!kvm_apic_match_dest(vcpu, NULL, APIC_DEST_NOSHORT, in ioapic_lazy_update_eoi() 300 if (kvm_apic_match_dest(vcpu, NULL, APIC_DEST_NOSHORT, in kvm_ioapic_scan_entry() 384 irq.shorthand = APIC_DEST_NOSHORT; in ioapic_write_indirect() 430 irqe.shorthand = APIC_DEST_NOSHORT; in ioapic_service()
|
D | irq_comm.c | 119 irq->shorthand = APIC_DEST_NOSHORT; in kvm_set_msi_irq() 417 kvm_apic_match_dest(vcpu, NULL, APIC_DEST_NOSHORT, in kvm_scan_ioapic_routes()
|
D | lapic.h | 16 #define APIC_DEST_NOSHORT 0x0 macro
|
D | lapic.c | 845 case APIC_DEST_NOSHORT: in kvm_apic_match_dest()
|
D | x86.c | 2025 if (((data & APIC_SHORT_MASK) == APIC_DEST_NOSHORT) && in handle_fastpath_set_x2apic_icr_irqoff() 8828 .shorthand = APIC_DEST_NOSHORT, in kvm_pv_kick_cpu_op()
|