Searched refs:vcpu_res (Results 1 – 2 of 2) sorted by relevance
240 struct resource vcpu_res; in vgic_v3_probe() local263 if (of_address_to_resource(vgic_node, gicv_idx, &vcpu_res)) { in vgic_v3_probe()266 } else if (!PAGE_ALIGNED(vcpu_res.start)) { in vgic_v3_probe()268 (unsigned long long)vcpu_res.start); in vgic_v3_probe()270 } else if (!PAGE_ALIGNED(resource_size(&vcpu_res))) { in vgic_v3_probe()272 (unsigned long long)resource_size(&vcpu_res), in vgic_v3_probe()276 vgic->vcpu_base = vcpu_res.start; in vgic_v3_probe()290 vcpu_res.start, vgic->maint_irq); in vgic_v3_probe()
195 struct resource vcpu_res; in vgic_v2_probe() local229 if (of_address_to_resource(vgic_node, 3, &vcpu_res)) { in vgic_v2_probe()235 if (!PAGE_ALIGNED(vcpu_res.start)) { in vgic_v2_probe()237 (unsigned long long)vcpu_res.start); in vgic_v2_probe()242 if (!PAGE_ALIGNED(resource_size(&vcpu_res))) { in vgic_v2_probe()244 (unsigned long long)resource_size(&vcpu_res), in vgic_v2_probe()253 vgic->vcpu_base = vcpu_res.start; in vgic_v2_probe()