Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dioapic.h12 #define IOAPIC_NUM_PINS KVM_IOAPIC_NUM_PINS macro
84 union kvm_ioapic_redirect_entry redirtbl[IOAPIC_NUM_PINS];
85 unsigned long irq_states[IOAPIC_NUM_PINS];
92 u32 irq_eoi[IOAPIC_NUM_PINS];
H A Dioapic.c65 result = ((((IOAPIC_NUM_PINS - 1) & 0xff) << 16) in ioapic_read_indirect()
79 if (redir_index < IOAPIC_NUM_PINS) { in ioapic_read_indirect()
81 redir_index, IOAPIC_NUM_PINS); in ioapic_read_indirect()
154 if (RTC_GSI >= IOAPIC_NUM_PINS) in kvm_rtc_eoi_tracking_restore_all()
272 for_each_set_bit(idx, &irr, IOAPIC_NUM_PINS) in kvm_ioapic_inject_all()
293 for (index = 0; index < IOAPIC_NUM_PINS; index++) { in kvm_ioapic_scan_entry()
340 if (index >= IOAPIC_NUM_PINS) in ioapic_write_indirect()
342 index = array_index_nospec(index, IOAPIC_NUM_PINS); in ioapic_write_indirect()
461 BUG_ON(irq < 0 || irq >= IOAPIC_NUM_PINS); in kvm_ioapic_set_irq()
489 for (i = 0; i < IOAPIC_NUM_PINS; in kvm_ioapic_eoi_inject_work()
[all...]
/kernel/linux/linux-6.6/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) in ioapic_read_indirect()
78 if (redir_index < IOAPIC_NUM_PINS) { in ioapic_read_indirect()
80 redir_index, IOAPIC_NUM_PINS); in ioapic_read_indirect()
153 if (RTC_GSI >= IOAPIC_NUM_PINS) in kvm_rtc_eoi_tracking_restore_all()
271 for_each_set_bit(idx, &irr, IOAPIC_NUM_PINS) in kvm_ioapic_inject_all()
292 for (index = 0; index < IOAPIC_NUM_PINS; index++) { in kvm_ioapic_scan_entry()
339 if (index >= IOAPIC_NUM_PINS) in ioapic_write_indirect()
341 index = array_index_nospec(index, IOAPIC_NUM_PINS); in ioapic_write_indirect()
490 BUG_ON(irq < 0 || irq >= IOAPIC_NUM_PINS); in kvm_ioapic_set_irq()
518 for (i = 0; i < IOAPIC_NUM_PINS; in kvm_ioapic_eoi_inject_work()
[all...]

Completed in 3 milliseconds