Searched refs:eoi (Results 1 - 25 of 42) sorted by path

12

/linux-master/arch/powerpc/include/asm/
H A Dxics.h56 void (*eoi)(struct irq_data *d); member in struct:icp_ops
/linux-master/arch/powerpc/sysdev/xics/
H A Dicp-hv.c53 pr_err("%s: bad return code eoi xirr=0x%x returned %ld\n",
155 .eoi = icp_hv_eoi,
H A Dicp-native.c313 .eoi = icp_native_eoi,
H A Dicp-opal.c177 .eoi = icp_opal_eoi,
H A Dics-native.c242 ics_native_irq_chip.irq_eoi = icp_ops->eoi;
H A Dics-opal.c213 ics_opal_irq_chip.irq_eoi = icp_ops->eoi;
H A Dics-rtas.c218 ics_rtas_irq_chip.irq_eoi = icp_ops->eoi;
H A Dxics-common.c526 xics_ipi_chip.irq_eoi = icp_ops->eoi;
/linux-master/arch/x86/hyperv/
H A Dhv_apic.c320 apic_update_callback(eoi, hv_apic_eoi_write);
/linux-master/arch/x86/include/asm/
H A Dapic.h272 void (*eoi)(void); member in struct:apic
320 void (*eoi)(void); member in struct:apic_override
386 DECLARE_APIC_CALL(eoi); variable
486 static inline void apic_set_eoi_cb(void (*eoi)(void)) {} argument
/linux-master/arch/x86/kernel/apic/
H A Dapic_flat_64.c96 .eoi = native_apic_mem_eoi,
163 .eoi = native_apic_mem_eoi,
H A Dapic_noop.c71 .eoi = noop_apic_eoi,
H A Dapic_numachip.c232 .eoi = native_apic_mem_eoi,
266 .eoi = native_apic_mem_eoi,
H A Dbigsmp_32.c87 .eoi = native_apic_mem_eoi,
H A Dinit.c17 DEFINE_APIC_CALL(eoi); variable
45 apply_override(eoi);
66 update_call(eoi);
86 apic->native_eoi = apic->eoi;
101 /* Copy the original eoi() callback as KVM/HyperV might overwrite it */
103 apic->native_eoi = apic->eoi;
H A Dio_apic.c260 unsigned int eoi; member in struct:io_apic
272 writel(vector, &io_apic->eoi);
H A Dprobe_32.c63 .eoi = native_apic_mem_eoi,
H A Dx2apic_cluster.c253 .eoi = native_apic_msr_eoi,
H A Dx2apic_phys.c160 .eoi = native_apic_msr_eoi,
H A Dx2apic_uv_x.c781 .eoi = native_apic_msr_eoi,
/linux-master/arch/x86/kernel/
H A Dkvm.c830 apic_update_callback(eoi, kvm_guest_apic_eoi_write);
/linux-master/arch/x86/kvm/
H A Dx86.c10839 vcpu->run->eoi.vector =
/linux-master/arch/x86/xen/
H A Dapic.c140 .eoi = xen_apic_eoi,
/linux-master/drivers/clocksource/
H A Ddw_apb_timer.c105 if (dw_ced->eoi)
106 dw_ced->eoi(&dw_ced->timer);
274 dw_ced->eoi = apbt_eoi;
/linux-master/drivers/gpio/
H A Dgpio-sodaville.c161 ct->regs.eoi = GPSTR;

Completed in 308 milliseconds

12