Lines Matching refs:vcpu
583 * is is getting forwarded to a vcpu.
631 static int gic_irq_set_vcpu_affinity(struct irq_data *d, void *vcpu)
637 if (vcpu) {
1962 gic_v3_kvm_info.vcpu = r;
2266 struct resource *vcpu = &gic_v3_kvm_info.vcpu;
2268 vcpu->flags = IORESOURCE_MEM;
2269 vcpu->start = acpi_data.vcpu_base;
2270 vcpu->end = vcpu->start + ACPI_GICV2_VCPU_MEM_SIZE - 1;