MCPcopy 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
390void
391ipi_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_eptFunction · 0.50

Calls 1

intr_ipi_sendFunction · 0.70

Tested by

no test coverage detected