Searched refs:APIC_DEST_NOSHORT (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/arch/x86/kvm/ ! |
D | ioapic.c | 116 if (!kvm_apic_match_dest(vcpu, NULL, APIC_DEST_NOSHORT, in __rtc_irq_eoi_tracking_restore_one() 190 if (!kvm_apic_match_dest(vcpu, NULL, APIC_DEST_NOSHORT, in ioapic_lazy_update_eoi() 298 if (kvm_apic_match_dest(vcpu, NULL, APIC_DEST_NOSHORT, in kvm_ioapic_scan_entry() 382 irq.shorthand = APIC_DEST_NOSHORT; in ioapic_write_indirect() 428 irqe.shorthand = APIC_DEST_NOSHORT; in ioapic_service()
|
D | irq_comm.c | 120 irq->shorthand = APIC_DEST_NOSHORT; in kvm_set_msi_irq() 429 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 | xen.c | 325 irq.shorthand = APIC_DEST_NOSHORT; in kvm_xen_inject_vcpu_vector()
|
D | lapic.c | 881 case APIC_DEST_NOSHORT: in kvm_apic_match_dest()
|
D | x86.c | 2117 if (((data & APIC_SHORT_MASK) == APIC_DEST_NOSHORT) && in handle_fastpath_set_x2apic_icr_irqoff() 9189 .shorthand = APIC_DEST_NOSHORT, in kvm_pv_kick_cpu_op()
|
/linux-5.19.10/arch/x86/kvm/svm/ ! |
D | avic.c | 300 if (shorthand != APIC_DEST_NOSHORT) in avic_kick_target_vcpus_fast()
|