Searched refs:octeon_send_ipi_single (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
H A D | smp.c | 99 void octeon_send_ipi_single(int cpu, unsigned int action) in octeon_send_ipi_single() function 115 octeon_send_ipi_single(i, action); in octeon_send_ipi_mask() 417 .send_ipi_single = octeon_send_ipi_single,
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/ |
H A D | smp.c | 100 void octeon_send_ipi_single(int cpu, unsigned int action) in octeon_send_ipi_single() function 116 octeon_send_ipi_single(i, action); in octeon_send_ipi_mask() 414 .send_ipi_single = octeon_send_ipi_single,
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | c-octeon.c | 66 extern void octeon_send_ipi_single(int cpu, unsigned int action); in octeon_flush_icache_all_cores() 88 octeon_send_ipi_single(cpu, SMP_ICACHE_FLUSH); in octeon_flush_icache_all_cores()
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | c-octeon.c | 65 extern void octeon_send_ipi_single(int cpu, unsigned int action); in octeon_flush_icache_all_cores() 88 octeon_send_ipi_single(cpu, SMP_ICACHE_FLUSH); in octeon_flush_icache_all_cores()
|
Completed in 3 milliseconds