Searched refs:IOAPIC_NUM_PINS (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dioapic.h12 #define IOAPIC_NUM_PINS KVM_IOAPIC_NUM_PINS macro
80 union kvm_ioapic_redirect_entry redirtbl[IOAPIC_NUM_PINS];
81 unsigned long irq_states[IOAPIC_NUM_PINS];
87 u32 irq_eoi[IOAPIC_NUM_PINS];
H A Dioapic.c64 result = ((((IOAPIC_NUM_PINS - 1) & 0xff) << 16)
78 if (redir_index < IOAPIC_NUM_PINS) {
80 redir_index, IOAPIC_NUM_PINS);
153 if (RTC_GSI >= IOAPIC_NUM_PINS)
271 for_each_set_bit(idx, &irr, IOAPIC_NUM_PINS)
292 for (index = 0; index < IOAPIC_NUM_PINS; index++) {
339 if (index >= IOAPIC_NUM_PINS)
341 index = array_index_nospec(index, IOAPIC_NUM_PINS);
490 BUG_ON(irq < 0 || irq >= IOAPIC_NUM_PINS);
518 for (i = 0; i < IOAPIC_NUM_PINS;
[all...]

Completed in 117 milliseconds