Home
last modified time | relevance | path

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

/linux-2.6.39/virt/kvm/
Dioapic.h11 #define IOAPIC_NUM_PINS KVM_IOAPIC_NUM_PINS macro
43 union kvm_ioapic_redirect_entry redirtbl[IOAPIC_NUM_PINS];
44 unsigned long irq_states[IOAPIC_NUM_PINS];
Dioapic.c62 result = ((((IOAPIC_NUM_PINS - 1) & 0xff) << 16) in ioapic_read_indirect()
76 ASSERT(redir_index < IOAPIC_NUM_PINS); in ioapic_read_indirect()
111 for (i = 0; i < IOAPIC_NUM_PINS; ++i) in update_handled_vectors()
140 if (index >= IOAPIC_NUM_PINS) in ioapic_write_indirect()
203 if (irq >= 0 && irq < IOAPIC_NUM_PINS) { in kvm_ioapic_set_irq()
229 for (i = 0; i < IOAPIC_NUM_PINS; i++) { in __kvm_ioapic_update_eoi()
369 for (i = 0; i < IOAPIC_NUM_PINS; i++) in kvm_ioapic_reset()