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

Function pmap_invalidate_cache_range_all

freebsd/amd64/amd64/pmap.c:3553–3559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3551}
3552
3553static void
3554pmap_invalidate_cache_range_all(vm_offset_t sva, vm_offset_t eva)
3555{
3556
3557 pmap_invalidate_cache_range_check_align(sva, eva);
3558 pmap_invalidate_cache();
3559}
3560
3561/*
3562 * Remove the specified set of pages from the data and instruction caches.

Callers

nothing calls this directly

Tested by

no test coverage detected