IOAPIC_NUM_PINS    60 arch/x86/kvm/ioapic.c 		result = ((((IOAPIC_NUM_PINS - 1) & 0xff) << 16)
IOAPIC_NUM_PINS    74 arch/x86/kvm/ioapic.c 			if (redir_index < IOAPIC_NUM_PINS) {
IOAPIC_NUM_PINS    76 arch/x86/kvm/ioapic.c 					redir_index, IOAPIC_NUM_PINS);
IOAPIC_NUM_PINS   148 arch/x86/kvm/ioapic.c 	if (RTC_GSI >= IOAPIC_NUM_PINS)
IOAPIC_NUM_PINS   229 arch/x86/kvm/ioapic.c 	for_each_set_bit(idx, &irr, IOAPIC_NUM_PINS)
IOAPIC_NUM_PINS   250 arch/x86/kvm/ioapic.c 	for (index = 0; index < IOAPIC_NUM_PINS; index++) {
IOAPIC_NUM_PINS   294 arch/x86/kvm/ioapic.c 		if (index >= IOAPIC_NUM_PINS)
IOAPIC_NUM_PINS   296 arch/x86/kvm/ioapic.c 		index = array_index_nospec(index, IOAPIC_NUM_PINS);
IOAPIC_NUM_PINS   380 arch/x86/kvm/ioapic.c 	BUG_ON(irq < 0 || irq >= IOAPIC_NUM_PINS);
IOAPIC_NUM_PINS   408 arch/x86/kvm/ioapic.c 	for (i = 0; i < IOAPIC_NUM_PINS; i++) {
IOAPIC_NUM_PINS   434 arch/x86/kvm/ioapic.c 	for (i = 0; i < IOAPIC_NUM_PINS; i++) {
IOAPIC_NUM_PINS   592 arch/x86/kvm/ioapic.c 	for (i = 0; i < IOAPIC_NUM_PINS; i++)
IOAPIC_NUM_PINS    84 arch/x86/kvm/ioapic.h 	union kvm_ioapic_redirect_entry redirtbl[IOAPIC_NUM_PINS];
IOAPIC_NUM_PINS    85 arch/x86/kvm/ioapic.h 	unsigned long irq_states[IOAPIC_NUM_PINS];
IOAPIC_NUM_PINS    92 arch/x86/kvm/ioapic.h 	u32 irq_eoi[IOAPIC_NUM_PINS];