Home
last modified time | relevance | path

Searched refs:eoi (Results 1 – 16 of 16) sorted by relevance

/arch/powerpc/sysdev/xive/
Dxive-internal.h48 void (*eoi)(u32 hw_irq); member
Dcommon.c325 if (WARN_ON_ONCE(!xive_ops->eoi)) in xive_do_source_eoi()
327 xive_ops->eoi(hw_irq); in xive_do_source_eoi()
Dspapr.c543 .eoi = xive_spapr_eoi,
Dnative.c475 .eoi = xive_native_eoi,
/arch/x86/kernel/
Dapb_timer.c156 adev->timer->eoi = NULL; in apbt_clockevent_register()
194 adev->timer->eoi = NULL; in apbt_setup_secondary_clock()
/arch/powerpc/sysdev/xics/
Dicp-opal.c180 .eoi = icp_opal_eoi,
Dicp-hv.c159 .eoi = icp_hv_eoi,
Dics-rtas.c233 ics_rtas_irq_chip.irq_eoi = icp_ops->eoi; in ics_rtas_init()
Dics-opal.c237 ics_opal_irq_chip.irq_eoi = icp_ops->eoi; in ics_opal_init()
Dicp-native.c324 .eoi = icp_native_eoi,
Dxics-common.c477 xics_ipi_chip.irq_eoi = icp_ops->eoi; in xics_init()
/arch/x86/include/asm/
Dapicdef.h230 u32 eoi; member
232 } eoi; member
/arch/powerpc/include/asm/
Dxics.h56 void (*eoi)(struct irq_data *d); member
/arch/mips/include/asm/octeon/
Dcvmx-ciu-defs.h768 uint64_t eoi:1; member
776 uint64_t eoi:1;
802 uint64_t eoi:1; member
810 uint64_t eoi:1;
836 uint64_t eoi:1; member
844 uint64_t eoi:1;
870 uint64_t eoi:1; member
878 uint64_t eoi:1;
904 uint64_t eoi:1; member
912 uint64_t eoi:1;
[all …]
/arch/x86/kernel/apic/
Dio_apic.c270 unsigned int eoi; member
282 writel(vector, &io_apic->eoi); in io_apic_eoi()
/arch/x86/kvm/
Dx86.c7109 vcpu->run->eoi.vector = in vcpu_enter_guest()