Searched refs:e64 (Results 1 – 1 of 1) sorted by relevance
1596 addr64_t e64) in pmap_remove() argument1598 pmap_remove_options(map, s64, e64, PMAP_OPTIONS_REMOVE); in pmap_remove()1606 addr64_t e64, in pmap_remove_options() argument1617 if (map == PMAP_NULL || s64 == e64) { in pmap_remove_options()1625 VM_KERNEL_ADDRHIDE(e64)); in pmap_remove_options()1630 while (s64 < e64) { in pmap_remove_options()1636 s64 = e64; in pmap_remove_options()1647 s64 = e64; in pmap_remove_options()1655 l64 = e64; in pmap_remove_options()1659 if (l64 > e64) { in pmap_remove_options()[all …]