MCPcopy 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
164void
165platform_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
174int
175platform_ipi_hardintr_num(void)

Callers 2

platform_init_apFunction · 0.70
mips_ipi_handlerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected