Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/loongson64/
A Dsmp.c117 unsigned long startargs[4]; in csr_ipi_write_buf() local
120 startargs[0] = (unsigned long)&smp_bootstrap; in csr_ipi_write_buf()
123 startargs[3] = 0; in csr_ipi_write_buf()
126 cpu, startargs[0], startargs[1], startargs[2]); in csr_ipi_write_buf()
163 unsigned long startargs[4]; in legacy_ipi_write_buf() local
169 startargs[3] = 0; in legacy_ipi_write_buf()
172 cpu, startargs[0], startargs[1], startargs[2]); in legacy_ipi_write_buf()
174 loongson3_ipi_write64(startargs[3], in legacy_ipi_write_buf()
176 loongson3_ipi_write64(startargs[2], in legacy_ipi_write_buf()
178 loongson3_ipi_write64(startargs[1], in legacy_ipi_write_buf()
[all …]

Completed in 4 milliseconds