Searched refs:vctrl_res (Results 1 – 1 of 1) sorted by relevance
1451 struct resource *vctrl_res = &gic_v2_kvm_info.vctrl; in gic_of_setup_kvm_info() local1460 ret = of_address_to_resource(node, 2, vctrl_res); in gic_of_setup_kvm_info()1603 struct resource *vctrl_res = &gic_v2_kvm_info.vctrl; in gic_acpi_setup_kvm_info() local1611 vctrl_res->flags = IORESOURCE_MEM; in gic_acpi_setup_kvm_info()1612 vctrl_res->start = acpi_data.vctrl_base; in gic_acpi_setup_kvm_info()1613 vctrl_res->end = vctrl_res->start + ACPI_GICV2_VCTRL_MEM_SIZE - 1; in gic_acpi_setup_kvm_info()