Searched refs:vctrl_res (Results 1 – 1 of 1) sorted by relevance
1448 struct resource *vctrl_res = &gic_v2_kvm_info.vctrl; in gic_of_setup_kvm_info() local1457 ret = of_address_to_resource(node, 2, vctrl_res); in gic_of_setup_kvm_info()1600 struct resource *vctrl_res = &gic_v2_kvm_info.vctrl; in gic_acpi_setup_kvm_info() local1608 vctrl_res->flags = IORESOURCE_MEM; in gic_acpi_setup_kvm_info()1609 vctrl_res->start = acpi_data.vctrl_base; in gic_acpi_setup_kvm_info()1610 vctrl_res->end = vctrl_res->start + ACPI_GICV2_VCTRL_MEM_SIZE - 1; in gic_acpi_setup_kvm_info()