Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ipi_selected
Function
ipi_selected
freebsd/arm/arm/mp_machdep.c:390–396 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
388
}
389
390
void
391
ipi_selected(cpuset_t cpus, u_int ipi)
392
{
393
394
CTR2(KTR_SMP,
"%s: ipi: %x"
, __func__, ipi);
395
intr_ipi_send(cpus, ipi);
396
}
Callers
2
pmap_invalidate_ept
Function · 0.50
smp_targeted_tlb_shootdown
Function · 0.50
Calls
1
intr_ipi_send
Function · 0.70
Tested by
no test coverage detected