num_eventid_bits  116 virt/kvm/arm/vgic/vgic-its.c 	u32 num_eventid_bits;
num_eventid_bits 1056 virt/kvm/arm/vgic/vgic-its.c 	if (event_id >= BIT_ULL(device->num_eventid_bits))
num_eventid_bits 1141 virt/kvm/arm/vgic/vgic-its.c 						u8 num_eventid_bits)
num_eventid_bits 1151 virt/kvm/arm/vgic/vgic-its.c 	device->num_eventid_bits = num_eventid_bits;
num_eventid_bits 1167 virt/kvm/arm/vgic/vgic-its.c 	u8 num_eventid_bits = its_cmd_get_size(its_cmd);
num_eventid_bits 1174 virt/kvm/arm/vgic/vgic-its.c 	if (valid && num_eventid_bits > VITS_TYPER_IDBITS)
num_eventid_bits 1195 virt/kvm/arm/vgic/vgic-its.c 				       num_eventid_bits);
num_eventid_bits 2163 virt/kvm/arm/vgic/vgic-its.c 	if (event_id + offset >= BIT_ULL(dev->num_eventid_bits))
num_eventid_bits 2240 virt/kvm/arm/vgic/vgic-its.c 	size_t max_size = BIT_ULL(dev->num_eventid_bits) * ite_esz;
num_eventid_bits 2271 virt/kvm/arm/vgic/vgic-its.c 		(dev->num_eventid_bits - 1));
num_eventid_bits 2292 virt/kvm/arm/vgic/vgic-its.c 	u8 num_eventid_bits;
num_eventid_bits 2301 virt/kvm/arm/vgic/vgic-its.c 	num_eventid_bits = (entry & KVM_ITS_DTE_SIZE_MASK) + 1;
num_eventid_bits 2311 virt/kvm/arm/vgic/vgic-its.c 	dev = vgic_its_alloc_device(its, id, itt_addr, num_eventid_bits);