Searched refs:vctrl_res (Results 1 – 1 of 1) sorted by relevance
1497 struct resource *vctrl_res = &gic_v2_kvm_info.vctrl; in gic_of_setup_kvm_info() local1506 ret = of_address_to_resource(node, 2, vctrl_res); in gic_of_setup_kvm_info()1655 struct resource *vctrl_res = &gic_v2_kvm_info.vctrl; in gic_acpi_setup_kvm_info() local1663 vctrl_res->flags = IORESOURCE_MEM; in gic_acpi_setup_kvm_info()1664 vctrl_res->start = acpi_data.vctrl_base; in gic_acpi_setup_kvm_info()1665 vctrl_res->end = vctrl_res->start + ACPI_GICV2_VCTRL_MEM_SIZE - 1; in gic_acpi_setup_kvm_info()