Home
last modified time | relevance | path

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

/Linux-v6.6/arch/mips/loongson64/
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()
525 ipi_write_buf(cpu, idle); in loongson3_boot_secondary()