Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/i386/ !
H A Dpmap_x86_common.c1594 addr64_t l64; in pmap_remove_options() local
1637 if (os_add_overflow(s64, PDE_MAPPED_SIZE, &l64)) { in pmap_remove_options()
1638 l64 = e64; in pmap_remove_options()
1640 l64 &= ~(PDE_MAPPED_SIZE - 1); in pmap_remove_options()
1642 if (l64 > e64) { in pmap_remove_options()
1643 l64 = e64; in pmap_remove_options()
1662 epte = &spte[intel_btop(l64 - s64)]; in pmap_remove_options()
1667 s64 = l64; in pmap_remove_options()
2460 addr64_t l64; in pmap_query_resident() local
2488 if (os_add_overflow(s64, PDE_MAPPED_SIZE, &l64)) { in pmap_query_resident()
[all …]