Home
last modified time | relevance | path

Searched refs:interrupt_type (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/parisc/
H A Diosapic_private.h38 u8 interrupt_type; member
H A Diosapic.c337 p->entry_type, p->entry_length, p->interrupt_type, in iosapic_load_irt()
408 if (i->interrupt_type != IRT_VECTORED_INTR) { in irt_find_irqline()
409 …ULE_NAME ":find_irqline(0x%p): skipping entry %d interrupt_type %d\n", i, cnt, i->interrupt_type); in irt_find_irqline()
/linux/drivers/hv/
H A Dmshv_irq.c125 lirq->lapic_control.interrupt_type = (ent->girq_irq_data & 0x700) >> 8; in mshv_copy_girq_info()
H A Dmshv_eventfd.c93 if (hv_should_clear_interrupt(irqfd->irqfd_lapic_irq.lapic_control.interrupt_type)) in mshv_irqfd_resampler_ack()
/linux/arch/powerpc/platforms/ps3/
H A Ddevice-init.c184 enum ps3_interrupt_type interrupt_type, enum ps3_reg_type reg_type) in ps3_setup_uhc_device() argument
215 interrupt_type, &p->dev.interrupt_id); in ps3_setup_uhc_device()
/linux/include/hyperv/
H A Dhvhdk_mini.h431 u32 interrupt_type; member
H A Dhvhdk.h591 u32 interrupt_type; /* enum hv_interrupt_type */
590 u32 interrupt_type; /* enum hv_interrupt_type */ global() member
/linux/arch/x86/hyperv/
H A Dirqdomain.c36 intr_desc->interrupt_type = HV_X64_INTERRUPT_TYPE_FIXED; in hv_map_interrupt()