Searched refs:shorthand (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dirq_comm.c70 if (!kvm_apic_match_dest(vcpu, src, irq->shorthand,
121 irq->shorthand = APIC_DEST_NOSHORT;
352 if (!kvm_apic_match_dest(vcpu, NULL, irq->shorthand,
H A Dioapic.c413 irq.shorthand = APIC_DEST_NOSHORT;
459 irqe.shorthand = APIC_DEST_NOSHORT;
H A Dlapic.c1071 int shorthand, unsigned int dest, int dest_mode)
1077 switch (shorthand) {
1152 if (irq->shorthand == APIC_DEST_SELF && src) {
1156 } else if (irq->shorthand)
1222 if (irq->shorthand == APIC_DEST_SELF) {
1270 if (irq->shorthand)
1425 irq->shorthand,
1519 irq.shorthand = icr_low & APIC_SHORT_MASK;
1070 kvm_apic_match_dest(struct kvm_vcpu *vcpu, struct kvm_lapic *source, int shorthand, unsigned int dest, int dest_mode) argument
H A Dlapic.h105 int shorthand, unsigned int dest, int dest_mode);
H A Dhyperv.c489 irq.shorthand = APIC_DEST_SELF;
H A Dxen.c577 irq.shorthand = APIC_DEST_NOSHORT;
H A Dx86.c9963 .shorthand = APIC_DEST_NOSHORT,
/linux-master/arch/x86/kvm/svm/
H A Davic.c401 int shorthand = icrl & APIC_SHORT_MASK; local
405 if (shorthand != APIC_DEST_NOSHORT)
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1594 u32 shorthand; member in struct:kvm_lapic_irq

Completed in 201 milliseconds