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

Function pmap_tlb_flush_range

freebsd/arm/arm/pmap-v6.c:1481–1487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1479}
1480
1481PMAP_INLINE void
1482pmap_tlb_flush_range(pmap_t pmap, vm_offset_t sva, vm_size_t size)
1483{
1484
1485 if (pmap == kernel_pmap || !CPU_EMPTY(&pmap->pm_active))
1486 tlb_flush_range(sva, size);
1487}
1488
1489/*
1490 * Abuse the pte2 nodes for unmapped kva to thread a kva freelist through.

Callers 1

pmap_tlb_flush_pte1Function · 0.85

Calls 1

tlb_flush_rangeFunction · 0.85

Tested by

no test coverage detected