Searched refs:l64 (Results 1 – 1 of 1) sorted by relevance
1585 addr64_t l64; in pmap_remove_options() local1618 l64 = (s64 + PDE_MAPPED_SIZE) & ~(PDE_MAPPED_SIZE - 1); in pmap_remove_options()1620 if (l64 > e64) { in pmap_remove_options()1621 l64 = e64; in pmap_remove_options()1639 epte = &spte[intel_btop(l64 - s64)]; in pmap_remove_options()1644 s64 = l64; in pmap_remove_options()2437 addr64_t l64; in pmap_query_resident() local2465 l64 = (s64 + PDE_MAPPED_SIZE) & ~(PDE_MAPPED_SIZE - 1); in pmap_query_resident()2466 if (l64 > e64) { in pmap_query_resident()2467 l64 = e64; in pmap_query_resident()[all …]