MCPcopy Create free account
hub / github.com/F-Stack/f-stack / smp_cache_flush

Function smp_cache_flush

freebsd/amd64/amd64/mp_machdep.c:784–789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782}
783
784void
785smp_cache_flush(smp_invl_cb_t curcpu_cb)
786{
787 smp_targeted_tlb_shootdown(all_cpus, NULL, 0, 0, curcpu_cb,
788 INVL_OP_CACHE);
789}
790
791/*
792 * Handlers for TLB related IPIs

Callers 1

pmap_invalidate_cacheFunction · 0.70

Calls 1

Tested by

no test coverage detected