Searched refs:send_IPI_allbutself (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/x86/kernel/apic/
H A Dinit.c25 DEFINE_APIC_CALL(send_IPI_allbutself); variable
52 apply_override(send_IPI_allbutself);
73 update_call(send_IPI_allbutself);
H A Dapic_flat_64.c89 .send_IPI_allbutself = default_send_IPI_allbutself,
156 .send_IPI_allbutself = default_send_IPI_allbutself,
H A Dapic_noop.c63 .send_IPI_allbutself = noop_send_IPI_allbutself,
H A Dbigsmp_32.c81 .send_IPI_allbutself = bigsmp_send_IPI_allbutself,
H A Dapic_numachip.c224 .send_IPI_allbutself = numachip_send_IPI_allbutself,
258 .send_IPI_allbutself = numachip_send_IPI_allbutself,
H A Dprobe_32.c57 .send_IPI_allbutself = default_send_IPI_allbutself,
H A Dx2apic_phys.c153 .send_IPI_allbutself = x2apic_send_IPI_allbutself,
H A Dx2apic_cluster.c246 .send_IPI_allbutself = x2apic_send_IPI_allbutself,
H A Dx2apic_uv_x.c773 .send_IPI_allbutself = uv_send_IPI_allbutself,
/linux-master/arch/parisc/kernel/
H A Dsmp.c227 send_IPI_allbutself(enum ipi_message_type op) function
242 send_IPI_allbutself(IPI_ENTER_KGDB);
247 smp_send_stop(void) { send_IPI_allbutself(IPI_CPU_STOP); }
255 send_IPI_allbutself(IPI_NOP);
/linux-master/arch/x86/xen/
H A Dapic.c134 .send_IPI_allbutself = xen_send_IPI_allbutself,
/linux-master/arch/x86/include/asm/
H A Dapic.h284 void (*send_IPI_allbutself)(int vector); member in struct:apic
327 void (*send_IPI_allbutself)(int vector); member in struct:apic_override
394 DECLARE_APIC_CALL(send_IPI_allbutself); variable
/linux-master/arch/x86/hyperv/
H A Dhv_apic.c301 apic_update_callback(send_IPI_allbutself, hv_send_ipi_allbutself);

Completed in 200 milliseconds