Searched refs:send_ipi_mask (Results 1 – 14 of 14) sorted by relevance
| /linux/arch/loongarch/include/asm/ |
| H A D | smp.h | 20 void (*send_ipi_mask)(const struct cpumask *mask, unsigned int action); member 107 mp_ops.send_ipi_mask(mask, ACTION_CALL_FUNCTION); in arch_send_call_function_ipi_mask()
|
| /linux/arch/x86/kernel/apic/ |
| H A D | x2apic_savic.c | 259 static void send_ipi_mask(const struct cpumask *mask, unsigned int vector, bool excl_self) in send_ipi_mask() function 276 send_ipi_mask(mask, vector, false); in savic_send_ipi_mask() 281 send_ipi_mask(mask, vector, true); in savic_send_ipi_mask_allbutself()
|
| /linux/arch/mips/kernel/ |
| H A D | smp-up.c | 69 .send_ipi_mask = up_send_ipi_mask,
|
| H A D | smp-bmips.c | 432 .send_ipi_mask = bmips43xx_send_ipi_mask, 449 .send_ipi_mask = bmips5000_send_ipi_mask,
|
| H A D | smp-mt.c | 234 .send_ipi_mask = mips_smp_send_ipi_mask,
|
| H A D | smp-cps.c | 944 .send_ipi_mask = mips_smp_send_ipi_mask,
|
| /linux/arch/mips/include/asm/ |
| H A D | smp-ops.h | 24 void (*send_ipi_mask)(const struct cpumask *mask, unsigned int action); member
|
| H A D | smp.h | 136 mp_ops->send_ipi_mask(mask, SMP_CALL_FUNCTION); in arch_send_call_function_ipi_mask()
|
| /linux/arch/mips/cavium-octeon/ |
| H A D | smp.c | 415 .send_ipi_mask = octeon_send_ipi_mask, 495 .send_ipi_mask = octeon_78xx_send_ipi_mask,
|
| /linux/arch/mips/sibyte/sb1250/ |
| H A D | smp.c | 139 .send_ipi_mask = sb1250_send_ipi_mask,
|
| /linux/arch/mips/sibyte/bcm1480/ |
| H A D | smp.c | 150 .send_ipi_mask = bcm1480_send_ipi_mask,
|
| /linux/arch/mips/sgi-ip27/ |
| H A D | ip27-smp.c | 184 .send_ipi_mask = ip27_send_ipi_mask,
|
| /linux/arch/loongarch/kernel/ |
| H A D | smp.c | 313 .send_ipi_mask = loongson_send_ipi_mask,
|
| /linux/arch/mips/loongson64/ |
| H A D | smp.c | 845 .send_ipi_mask = loongson3_send_ipi_mask,
|