Home
last modified time | relevance | path

Searched refs:KVM_IRQCHIP_NUM_PINS (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/virt/kvm/
Dirqchip.c194 for (j = 0; j < KVM_IRQCHIP_NUM_PINS; j++) in kvm_set_irq_routing()
/linux-4.4.14/arch/s390/include/asm/
Dkvm_host.h37 #define KVM_IRQCHIP_NUM_PINS 4096 macro
/linux-4.4.14/arch/powerpc/include/asm/
Dkvm_host.h51 #define KVM_IRQCHIP_NUM_PINS 256 macro
/linux-4.4.14/include/linux/
Dkvm_host.h340 int chip[KVM_NR_IRQCHIPS][KVM_IRQCHIP_NUM_PINS];
/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h46 #define KVM_IRQCHIP_NUM_PINS KVM_IOAPIC_NUM_PINS macro
/linux-4.4.14/arch/powerpc/kvm/
Dmpic.c1836 if (e->irqchip.pin >= KVM_IRQCHIP_NUM_PINS) in kvm_set_routing_entry()