Searched refs:vctrl_res (Results 1 – 1 of 1) sorted by relevance
1445 struct resource *vctrl_res = &gic_v2_kvm_info.vctrl; in gic_of_setup_kvm_info() local1454 ret = of_address_to_resource(node, 2, vctrl_res); in gic_of_setup_kvm_info()1597 struct resource *vctrl_res = &gic_v2_kvm_info.vctrl; in gic_acpi_setup_kvm_info() local1605 vctrl_res->flags = IORESOURCE_MEM; in gic_acpi_setup_kvm_info()1606 vctrl_res->start = acpi_data.vctrl_base; in gic_acpi_setup_kvm_info()1607 vctrl_res->end = vctrl_res->start + ACPI_GICV2_VCTRL_MEM_SIZE - 1; in gic_acpi_setup_kvm_info()