Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/loongson64/
H A Dsmp.c42 static void (*ipi_write_buf)(int cpu, struct task_struct *idle); variable
178 ipi_write_buf = csr_ipi_write_buf; in csr_ipi_probe()
184 ipi_write_buf = legacy_ipi_write_buf; in csr_ipi_probe()
538 ipi_write_buf(cpu, idle); in loongson3_boot_secondary()