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

Function pmap_large_map_wb_fence_atomic

freebsd/amd64/amd64/pmap.c:10406–10411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10404}
10405
10406static void
10407pmap_large_map_wb_fence_atomic(void)
10408{
10409
10410 atomic_thread_fence_seq_cst();
10411}
10412
10413static void
10414pmap_large_map_wb_fence_nop(void)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected