irq_entry          29 arch/powerpc/include/asm/trace.h DEFINE_EVENT(ppc64_interrupt_class, irq_entry,
irq_entry        1038 arch/powerpc/kvm/book3s.c int kvm_arch_set_irq_inatomic(struct kvm_kernel_irq_routing_entry *irq_entry,
irq_entry        1042 arch/powerpc/kvm/book3s.c 	return kvm_set_irq(kvm, irq_source_id, irq_entry->gsi,
irq_entry          33 arch/um/kernel/irq.c 	struct irq_entry *next;
irq_entry          38 arch/um/kernel/irq.c static struct irq_entry *active_fds;
irq_entry          65 arch/um/kernel/irq.c 	struct irq_entry *irq_entry;
irq_entry          90 arch/um/kernel/irq.c 			irq_entry = (struct irq_entry *)
irq_entry          93 arch/um/kernel/irq.c 				irq = irq_entry->irq_array[j];
irq_entry          99 arch/um/kernel/irq.c 					irq_entry->irq_array[j] = NULL;
irq_entry         109 arch/um/kernel/irq.c static int assign_epoll_events_to_irq(struct irq_entry *irq_entry)
irq_entry         116 arch/um/kernel/irq.c 		irq = irq_entry->irq_array[i];
irq_entry         122 arch/um/kernel/irq.c 		return os_add_epoll_fd(events, irq_entry->fd, irq_entry);
irq_entry         125 arch/um/kernel/irq.c 	return os_del_epoll_fd(irq_entry->fd);
irq_entry         133 arch/um/kernel/irq.c 	struct irq_entry *irq_entry;
irq_entry         146 arch/um/kernel/irq.c 	for (irq_entry = active_fds;
irq_entry         147 arch/um/kernel/irq.c 		irq_entry != NULL; irq_entry = irq_entry->next) {
irq_entry         148 arch/um/kernel/irq.c 		if (irq_entry->fd == fd)
irq_entry         152 arch/um/kernel/irq.c 	if (irq_entry == NULL) {
irq_entry         156 arch/um/kernel/irq.c 		irq_entry = kmalloc(sizeof(struct irq_entry), GFP_ATOMIC);
irq_entry         157 arch/um/kernel/irq.c 		if (irq_entry == NULL) {
irq_entry         162 arch/um/kernel/irq.c 		irq_entry->fd = fd;
irq_entry         164 arch/um/kernel/irq.c 			irq_entry->irq_array[i] = NULL;
irq_entry         165 arch/um/kernel/irq.c 		irq_entry->next = active_fds;
irq_entry         166 arch/um/kernel/irq.c 		active_fds = irq_entry;
irq_entry         173 arch/um/kernel/irq.c 	if (irq_entry->irq_array[type] != NULL) {
irq_entry         201 arch/um/kernel/irq.c 		os_del_epoll_fd(irq_entry->fd);
irq_entry         202 arch/um/kernel/irq.c 		irq_entry->irq_array[type] = new_fd;
irq_entry         206 arch/um/kernel/irq.c 	assign_epoll_events_to_irq(irq_entry);
irq_entry         226 arch/um/kernel/irq.c 	struct irq_entry *walk;
irq_entry         227 arch/um/kernel/irq.c 	struct irq_entry *previous = NULL;
irq_entry         228 arch/um/kernel/irq.c 	struct irq_entry *to_free;
irq_entry         259 arch/um/kernel/irq.c static struct irq_entry *get_irq_entry_by_fd(int fd)
irq_entry         261 arch/um/kernel/irq.c 	struct irq_entry *walk = active_fds;
irq_entry         283 arch/um/kernel/irq.c 	struct irq_entry *irq_entry,
irq_entry         293 arch/um/kernel/irq.c 		if (irq_entry->irq_array[i] != NULL) {
irq_entry         296 arch/um/kernel/irq.c 				(irq_entry->irq_array[i]->irq == irq)) &&
irq_entry         298 arch/um/kernel/irq.c 				(irq_entry->irq_array[i]->id == dev))
irq_entry         303 arch/um/kernel/irq.c 				os_del_epoll_fd(irq_entry->fd);
irq_entry         304 arch/um/kernel/irq.c 				to_free = irq_entry->irq_array[i];
irq_entry         305 arch/um/kernel/irq.c 				irq_entry->irq_array[i] = NULL;
irq_entry         306 arch/um/kernel/irq.c 				assign_epoll_events_to_irq(irq_entry);
irq_entry         318 arch/um/kernel/irq.c 	struct irq_entry *to_free;
irq_entry         338 arch/um/kernel/irq.c 	struct irq_entry *to_free;
irq_entry         359 arch/um/kernel/irq.c 	struct irq_entry *to_free;
irq_entry         387 arch/um/kernel/irq.c 	struct irq_entry *to_free;
irq_entry         411 drivers/net/ethernet/netronome/nfp/nfp_net.h 	u16 irq_entry;
irq_entry        2058 drivers/net/ethernet/netronome/nfp/nfp_net_common.c 			nfp_net_irq_unmask(r_vec->nfp_net, r_vec->irq_entry);
irq_entry        2294 drivers/net/ethernet/netronome/nfp/nfp_net_common.c 		nfp_net_irq_unmask(r_vec->nfp_net, r_vec->irq_entry);
irq_entry        2324 drivers/net/ethernet/netronome/nfp/nfp_net_common.c 		r_vec->irq_entry = entry->entry;
irq_entry        2645 drivers/net/ethernet/netronome/nfp/nfp_net_common.c 	       r_vec->irq_entry);
irq_entry        2789 drivers/net/ethernet/netronome/nfp/nfp_net_common.c 	nn_writeb(nn, NFP_NET_CFG_RXR_VEC(idx), rx_ring->r_vec->irq_entry);
irq_entry        2798 drivers/net/ethernet/netronome/nfp/nfp_net_common.c 	nn_writeb(nn, NFP_NET_CFG_TXR_VEC(idx), tx_ring->r_vec->irq_entry);
irq_entry         394 include/kvm/arm_vgic.h 			       struct kvm_kernel_irq_routing_entry *irq_entry);
irq_entry         397 include/kvm/arm_vgic.h 				 struct kvm_kernel_irq_routing_entry *irq_entry);
irq_entry         988 include/linux/kvm_host.h int kvm_set_msi(struct kvm_kernel_irq_routing_entry *irq_entry, struct kvm *kvm,
irq_entry          44 include/linux/kvm_irqfd.h 	struct kvm_kernel_irq_routing_entry irq_entry;
irq_entry        1654 virt/kvm/arm/arm.c 					  &irqfd->irq_entry);
irq_entry        1663 virt/kvm/arm/arm.c 				     &irqfd->irq_entry);
irq_entry         235 virt/kvm/arm/vgic/vgic-v4.c 				     struct kvm_kernel_irq_routing_entry *irq_entry)
irq_entry         238 virt/kvm/arm/vgic/vgic-v4.c 		.address_lo	= irq_entry->msi.address_lo,
irq_entry         239 virt/kvm/arm/vgic/vgic-v4.c 		.address_hi	= irq_entry->msi.address_hi,
irq_entry         240 virt/kvm/arm/vgic/vgic-v4.c 		.data		= irq_entry->msi.data,
irq_entry         241 virt/kvm/arm/vgic/vgic-v4.c 		.flags		= irq_entry->msi.flags,
irq_entry         242 virt/kvm/arm/vgic/vgic-v4.c 		.devid		= irq_entry->msi.devid,
irq_entry         249 virt/kvm/arm/vgic/vgic-v4.c 			       struct kvm_kernel_irq_routing_entry *irq_entry)
irq_entry         263 virt/kvm/arm/vgic/vgic-v4.c 	its = vgic_get_its(kvm, irq_entry);
irq_entry         270 virt/kvm/arm/vgic/vgic-v4.c 	ret = vgic_its_resolve_lpi(kvm, its, irq_entry->msi.devid,
irq_entry         271 virt/kvm/arm/vgic/vgic-v4.c 				   irq_entry->msi.data, &irq);
irq_entry         304 virt/kvm/arm/vgic/vgic-v4.c 				 struct kvm_kernel_irq_routing_entry *irq_entry)
irq_entry         317 virt/kvm/arm/vgic/vgic-v4.c 	its = vgic_get_its(kvm, irq_entry);
irq_entry         323 virt/kvm/arm/vgic/vgic-v4.c 	ret = vgic_its_resolve_lpi(kvm, its, irq_entry->msi.devid,
irq_entry         324 virt/kvm/arm/vgic/vgic-v4.c 				   irq_entry->msi.data, &irq);
irq_entry         199 virt/kvm/eventfd.c 			irq = irqfd->irq_entry;
irq_entry         255 virt/kvm/eventfd.c 		irqfd->irq_entry = *e;
irq_entry         257 virt/kvm/eventfd.c 		irqfd->irq_entry.type = 0;
irq_entry         547 virt/kvm/eventfd.c 			irqfd->irq_entry.type = 0;