Home
last modified time | relevance | path

Searched refs:l64 (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/osfmk/i386/
H A Dpmap_x86_common.c1585 addr64_t l64; in pmap_remove_options() local
1618 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() local
2465 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 …]