Searched refs:cpuif_iodev (Results 1 – 2 of 2) sorted by relevance
447 len = vgic_v2_init_cpuif_iodev(&dist->cpuif_iodev); in vgic_v2_map_resources()448 dist->cpuif_iodev.base_addr = dist->vgic_cpu_base; in vgic_v2_map_resources()449 dist->cpuif_iodev.iodev_type = IODEV_CPUIF; in vgic_v2_map_resources()450 dist->cpuif_iodev.redist_vcpu = NULL; in vgic_v2_map_resources()453 len, &dist->cpuif_iodev.dev); in vgic_v2_map_resources()
290 struct vgic_io_device cpuif_iodev; member