Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ platform_ipi_clear
Function
platform_ipi_clear
freebsd/mips/malta/malta_mp.c:164–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
}
163
164
void
165
platform_ipi_clear(void)
166
{
167
uint32_t reg;
168
169
reg = mips_rd_cause();
170
reg &= ~(C_SW1);
171
mips_wr_cause(reg);
172
}
173
174
int
175
platform_ipi_hardintr_num(void)
Callers
2
platform_init_ap
Function · 0.70
mips_ipi_handler
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected