Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_dyld_pager.c145 _delta_ptr_within_page_nospec(uint64_t ** __nonnull ptr, uint64_t deltaByteCount, bool *crossing_pa… in _delta_ptr_within_page_nospec() argument
148 uintptr_t new_page = ((uintptr_t)*ptr + deltaByteCount) >> PAGE_SHIFT; in _delta_ptr_within_page_nospec()
149 uint64_t nospec_delta = deltaByteCount; in _delta_ptr_within_page_nospec()
160 nospec_delta = deltaByteCount; in _delta_ptr_within_page_nospec()
167 *crossing_page = nospec_delta != deltaByteCount; in _delta_ptr_within_page_nospec()
170 …sing to the next page [{%p} + {%lld}]\n", __func__, (void*)(userVA + page_offset), deltaByteCount); in _delta_ptr_within_page_nospec()
172 panic("%s(): delta offset > page size %lld", __func__, deltaByteCount); in _delta_ptr_within_page_nospec()
184 _delta_ptr_within_page32_nospec(uint32_t ** __nonnull ptr, uint32_t deltaByteCount, bool *crossing_… in _delta_ptr_within_page32_nospec() argument
187 uintptr_t new_page = ((uintptr_t)*ptr + deltaByteCount) >> PAGE_SHIFT; in _delta_ptr_within_page32_nospec()
189 uint64_t nospec_delta = deltaByteCount; in _delta_ptr_within_page32_nospec()
[all …]