Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/vm/
H A Dvm_shared_region.c3012 const uint32_t last_page_offset = PAGE_SIZE_FOR_SR_SLIDE - sizeof(uint32_t); in rebase_chain_32() local
3022 while (delta != 0 && page_offset <= last_page_offset) { in rebase_chain_32()
3040 if (page_offset > last_page_offset) { in rebase_chain_32()
3053 const uint32_t last_page_offset = PAGE_SIZE_FOR_SR_SLIDE - sizeof(uint64_t); in rebase_chain_64() local
3063 while (delta != 0 && page_offset <= last_page_offset) { in rebase_chain_64()
3094 } else if (page_offset > last_page_offset) { in rebase_chain_64()
3301 const uint32_t last_page_offset = PAGE_SIZE_FOR_SR_SLIDE - sizeof(uint32_t); in rebase_chainv4() local
3311 while (delta != 0 && page_offset <= last_page_offset) { in rebase_chainv4()
3335 if (page_offset > last_page_offset) { in rebase_chainv4()