| 3551 | } |
| 3552 | |
| 3553 | static void |
| 3554 | pmap_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. |
nothing calls this directly
no test coverage detected