Lines Matching refs:index
782 * (ie. count != 0). The list is sorted by rdist region index.
785 * @index: redist region index
792 static int vgic_v3_insert_redist_region(struct kvm *kvm, uint32_t index,
810 if (index != 0)
815 if (index != rdreg->index + 1)
849 rdreg->index = index;
858 int vgic_v3_set_redist_base(struct kvm *kvm, u32 index, u64 addr, u32 count)
862 ret = vgic_v3_insert_redist_region(kvm, index, addr, count);