Searched refs:shorthand (Results 1 – 9 of 9) sorted by relevance
| /arch/x86/kvm/ |
| A D | irq.c | 221 if (!kvm_apic_match_dest(vcpu, src, irq->shorthand, in kvm_irq_delivery_to_apic() 273 irq->shorthand = APIC_DEST_NOSHORT; in kvm_msi_to_lapic_irq() 428 if (!kvm_apic_match_dest(vcpu, NULL, irq->shorthand, in kvm_intr_is_single_vcpu()
|
| A D | lapic.c | 1040 int shorthand, unsigned int dest, int dest_mode) in kvm_apic_match_dest() argument 1046 switch (shorthand) { in kvm_apic_match_dest() 1121 if (irq->shorthand == APIC_DEST_SELF && src) { in kvm_apic_map_get_dest_lapic() 1125 } else if (irq->shorthand) in kvm_apic_map_get_dest_lapic() 1191 if (irq->shorthand == APIC_DEST_SELF) { in kvm_irq_delivery_to_apic_fast() 1239 if (irq->shorthand) in kvm_intr_is_single_vcpu_fast() 1392 irq->shorthand, in kvm_bitmap_or_dest_vcpus() 1496 irq.shorthand = icr_low & APIC_SHORT_MASK; in kvm_apic_send_ipi()
|
| A D | lapic.h | 107 int shorthand, unsigned int dest, int dest_mode);
|
| A D | ioapic.c | 446 irq.shorthand = APIC_DEST_NOSHORT; in ioapic_write_indirect() 492 irqe.shorthand = APIC_DEST_NOSHORT; in ioapic_service()
|
| A D | xen.c | 625 irq.shorthand = APIC_DEST_NOSHORT; in kvm_xen_inject_vcpu_vector()
|
| A D | hyperv.c | 489 irq.shorthand = APIC_DEST_SELF; in synic_set_irq()
|
| A D | x86.c | 9850 .shorthand = APIC_DEST_NOSHORT, in kvm_pv_kick_cpu_op()
|
| /arch/x86/kvm/svm/ |
| A D | avic.c | 391 int shorthand = icrl & APIC_SHORT_MASK; in avic_kick_target_vcpus_fast() local 395 if (shorthand != APIC_DEST_NOSHORT) in avic_kick_target_vcpus_fast()
|
| /arch/x86/include/asm/ |
| A D | kvm_host.h | 1677 u32 shorthand; member
|
Completed in 60 milliseconds