MCPcopy Create free account
hub / github.com/F-Stack/f-stack / platform_ipi_send

Function platform_ipi_send

freebsd/mips/beri/beri_mp.c:174–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void
175platform_ipi_send(int cpuid)
176{
177
178 mips_sync(); /* Ordering, liveness. */
179
180 beripic_send_ipi(picmap[cpuid], cpuid);
181}
182
183void
184platform_ipi_clear(void)

Callers

nothing calls this directly

Calls 2

mips_syncFunction · 0.85
beripic_send_ipiFunction · 0.85

Tested by

no test coverage detected