Searched refs:APIC_DEST_NOSHORT (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/arch/x86/kvm/ |
A D | ioapic.c | 117 if (!kvm_apic_match_dest(vcpu, NULL, APIC_DEST_NOSHORT, in __rtc_irq_eoi_tracking_restore_one() 191 if (!kvm_apic_match_dest(vcpu, NULL, APIC_DEST_NOSHORT, in ioapic_lazy_update_eoi() 299 if (kvm_apic_match_dest(vcpu, NULL, APIC_DEST_NOSHORT, in kvm_ioapic_scan_entry() 383 irq.shorthand = APIC_DEST_NOSHORT; in ioapic_write_indirect() 429 irqe.shorthand = APIC_DEST_NOSHORT; in ioapic_service()
|
A D | irq_comm.c | 121 irq->shorthand = APIC_DEST_NOSHORT; in kvm_set_msi_irq() 430 (kvm_apic_match_dest(vcpu, NULL, APIC_DEST_NOSHORT, in kvm_scan_ioapic_routes()
|
A D | lapic.h | 16 #define APIC_DEST_NOSHORT 0x0 macro
|
A D | xen.c | 482 irq.shorthand = APIC_DEST_NOSHORT; in kvm_xen_inject_vcpu_vector()
|
A D | lapic.c | 1031 case APIC_DEST_NOSHORT: in kvm_apic_match_dest()
|
A D | x86.c | 2135 if (((data & APIC_SHORT_MASK) == APIC_DEST_NOSHORT) && in handle_fastpath_set_x2apic_icr_irqoff() 9632 .shorthand = APIC_DEST_NOSHORT, in kvm_pv_kick_cpu_op()
|
/linux-6.3-rc2/arch/x86/kvm/svm/ |
A D | avic.c | 386 if (shorthand != APIC_DEST_NOSHORT) in avic_kick_target_vcpus_fast()
|
Completed in 36 milliseconds