Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
784
void
785
smp_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_cache
Function · 0.70
Calls
1
smp_targeted_tlb_shootdown
Function · 0.70
Tested by
no test coverage detected