Searched refs:l64 (Results 1 – 1 of 1) sorted by relevance
1611 addr64_t l64; in pmap_remove_options() local1654 if (os_add_overflow(s64, PDE_MAPPED_SIZE, &l64)) { in pmap_remove_options()1655 l64 = e64; in pmap_remove_options()1657 l64 &= ~(PDE_MAPPED_SIZE - 1); in pmap_remove_options()1659 if (l64 > e64) { in pmap_remove_options()1660 l64 = e64; in pmap_remove_options()1679 epte = &spte[intel_btop(l64 - s64)]; in pmap_remove_options()1684 s64 = l64; in pmap_remove_options()2477 addr64_t l64; in pmap_query_resident() local2505 if (os_add_overflow(s64, PDE_MAPPED_SIZE, &l64)) { in pmap_query_resident()[all …]