Searched refs:vcpu_res (Results 1 – 2 of 2) sorted by relevance
229 struct resource vcpu_res; in vgic_v3_probe() local252 if (of_address_to_resource(vgic_node, gicv_idx, &vcpu_res)) { in vgic_v3_probe()255 } else if (!PAGE_ALIGNED(vcpu_res.start)) { in vgic_v3_probe()257 (unsigned long long)vcpu_res.start); in vgic_v3_probe()259 } else if (!PAGE_ALIGNED(resource_size(&vcpu_res))) { in vgic_v3_probe()261 (unsigned long long)resource_size(&vcpu_res), in vgic_v3_probe()265 vgic->vcpu_base = vcpu_res.start; in vgic_v3_probe()279 vcpu_res.start, vgic->maint_irq); in vgic_v3_probe()
185 struct resource vcpu_res; in vgic_v2_probe() local219 if (of_address_to_resource(vgic_node, 3, &vcpu_res)) { in vgic_v2_probe()225 if (!PAGE_ALIGNED(vcpu_res.start)) { in vgic_v2_probe()227 (unsigned long long)vcpu_res.start); in vgic_v2_probe()232 if (!PAGE_ALIGNED(resource_size(&vcpu_res))) { in vgic_v2_probe()234 (unsigned long long)resource_size(&vcpu_res), in vgic_v2_probe()243 vgic->vcpu_base = vcpu_res.start; in vgic_v2_probe()