Searched refs:KVM_IRQCHIP_NUM_PINS (Results 1 - 13 of 13) sorted by relevance

/linux-master/tools/testing/selftests/kvm/include/aarch64/
H A Dvgic.h34 #define KVM_IRQCHIP_NUM_PINS (1020 - 32) macro
/linux-master/arch/loongarch/include/uapi/asm/
H A Dkvm.h104 #define KVM_IRQCHIP_NUM_PINS 64 macro
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-irqfd.c49 if ((e->irqchip.pin >= KVM_IRQCHIP_NUM_PINS) ||
/linux-master/virt/kvm/
H A Dirqchip.c192 for (j = 0; j < KVM_IRQCHIP_NUM_PINS; j++)
/linux-master/arch/riscv/kvm/
H A Dvm.c129 if ((e->irqchip.pin >= KVM_IRQCHIP_NUM_PINS) ||
/linux-master/arch/riscv/include/asm/
H A Dkvm_host.h31 #define KVM_IRQCHIP_NUM_PINS 1024 macro
/linux-master/include/kvm/
H A Darm_vgic.h33 #define KVM_IRQCHIP_NUM_PINS (1020 - 32) macro
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dvgic_irq.c577 /* The kernel only checks e->irqchip.pin >= KVM_IRQCHIP_NUM_PINS */
578 if (((uint64_t)intid + num - 1 - MIN_SPI) >= KVM_IRQCHIP_NUM_PINS)
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h57 #define KVM_IRQCHIP_NUM_PINS 256 macro
/linux-master/arch/s390/include/asm/
H A Dkvm_host.h40 #define KVM_IRQCHIP_NUM_PINS 1 macro
/linux-master/arch/powerpc/kvm/
H A Dmpic.c1836 if (e->irqchip.pin >= KVM_IRQCHIP_NUM_PINS)
/linux-master/include/linux/
H A Dkvm_host.h678 int chip[KVM_NR_IRQCHIPS][KVM_IRQCHIP_NUM_PINS];
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h69 #define KVM_IRQCHIP_NUM_PINS KVM_IOAPIC_NUM_PINS macro

Completed in 206 milliseconds