Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
unsigned octeon_ap_boot = ~0;
49
50
void
51
platform_ipi_send(int cpuid)
52
{
53
cvmx_write_csr(CVMX_CIU_MBOX_SETX(cpuid), 1);
54
mips_wbflush();
55
}
56
57
void
58
platform_ipi_clear(void)
Callers
nothing calls this directly
Calls
3
cvmx_write_csr
Function · 0.85
CVMX_CIU_MBOX_SETX
Function · 0.85
mips_wbflush
Function · 0.85
Tested by
no test coverage detected