Home
last modified time | relevance | path

Searched refs:vcpu_res (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/virt/kvm/arm/
Dvgic-v3.c229 struct resource vcpu_res; in vgic_v3_probe() local
252 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()
Dvgic-v2.c185 struct resource vcpu_res; in vgic_v2_probe() local
219 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()