Lines Matching defs:region
308 * the rdist is the last one of the redist region,
309 * check whether there is no other contiguous rdist region
789 * redistributor region, in which case we will come back to this
863 * vgic_v3_alloc_redist_region - Allocate a new redistributor region
865 * Performs various checks before inserting the rdist region in the list.
866 * Those tests depend on whether the size of the rdist region is known
867 * (ie. count != 0). The list is sorted by rdist region index.
870 * @index: redist region index
871 * @base: base of the new rdist region
872 * @count: number of redistributors the region is made of (0 in the old style
873 * single region, whose size is induced from the number of vcpus)
899 /* Don't mix single region and discrete redist regions */
911 * For legacy single-region redistributor regions (!count),
912 * check that the redistributor region does not overlap with the
919 /* collision with any other rdist region? */
981 const struct vgic_register_region *region;
1017 region = vgic_get_mmio_region(vcpu, &iodev, addr, sizeof(u32));
1018 if (!region)