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

Function platform_ipi_send

freebsd/mips/cavium/octeon_mp.c:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48unsigned octeon_ap_boot = ~0;
49
50void
51platform_ipi_send(int cpuid)
52{
53 cvmx_write_csr(CVMX_CIU_MBOX_SETX(cpuid), 1);
54 mips_wbflush();
55}
56
57void
58platform_ipi_clear(void)

Callers

nothing calls this directly

Calls 3

cvmx_write_csrFunction · 0.85
CVMX_CIU_MBOX_SETXFunction · 0.85
mips_wbflushFunction · 0.85

Tested by

no test coverage detected