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

Function generic_bs_unmap

freebsd/arm64/arm64/bus_machdep.c:109–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109static void
110generic_bs_unmap(void *t, bus_space_handle_t bsh, bus_size_t size)
111{
112
113 pmap_unmapdev(bsh, size);
114}
115
116static void
117generic_bs_barrier(void *t, bus_space_handle_t bsh, bus_size_t offset,

Callers

nothing calls this directly

Calls 1

pmap_unmapdevFunction · 0.50

Tested by

no test coverage detected