Searched refs:pmap_pte_dirty (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/arm64/arm64/ |
| H A D | pmap.c | 2385 if (pmap_pte_dirty(pmap, tpte)) in reclaim_pv_chunk() 2884 if (pmap_pte_dirty(pmap, old_l2)) in pmap_remove_l2() 2929 if (pmap_pte_dirty(pmap, old_l3)) in pmap_remove_l3() 2979 if (pmap_pte_dirty(pmap, old_l3)) in pmap_remove_l3_range() 3220 if (pmap_pte_dirty(pmap, tpte)) in pmap_remove_all() 3266 pmap_pte_dirty(pmap, old_l2)) { in pmap_protect_l2() 3389 pmap_pte_dirty(pmap, l3)) in pmap_protect() 4077 if (pmap_pte_dirty(pmap, orig_l3)) in pmap_enter() 4155 pmap_pte_dirty(pmap, orig_l3)) in pmap_enter() 5551 if (pmap_pte_dirty(pmap, tpte)) { in pmap_ts_referenced() [all …]
|