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

Function pmap_invalidate_range_action

freebsd/mips/mips/pmap.c:718–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716};
717
718static void
719pmap_invalidate_range_action(void *arg)
720{
721 struct pmap_invalidate_range_arg *p = arg;
722
723 tlb_invalidate_range(p->pmap, p->sva, p->eva);
724}
725
726static void
727pmap_invalidate_range(pmap_t pmap, vm_offset_t sva, vm_offset_t eva)

Callers

nothing calls this directly

Calls 1

tlb_invalidate_rangeFunction · 0.85

Tested by

no test coverage detected