Searched refs:pte2_sync_range (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/arm/include/
H A Dpmap_var.h272 pte2_sync_range(pt2_entry_t *pte2p, vm_size_t size) function
/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v6.c809 pte2_sync_range(kern_pt2tab, NB_IN_PT2TAB);
816 pte2_sync_range((pt2_entry_t *)pt2pg_va, size);
941 pte2_sync_range((pt2_entry_t *)pt2map_pt2pg(va), PAGE_SIZE);
1663 pte2_sync_range((pt2_entry_t *)pc->pc_cmap2_addr, PAGE_SIZE);
2294 pte2_sync_range(pmap->pm_pt2tab, NB_IN_PT2TAB);

Completed in 67 milliseconds