Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_dyld_pager.c148 _delta_ptr_within_page_nospec(uint64_t ** __nonnull ptr, uint64_t deltaByteCount, bool *crossing_pa… in _delta_ptr_within_page_nospec() argument
151 uintptr_t new_page = ((uintptr_t)*ptr + deltaByteCount) >> PAGE_SHIFT; in _delta_ptr_within_page_nospec()
152 uint64_t nospec_delta = deltaByteCount; in _delta_ptr_within_page_nospec()
163 nospec_delta = deltaByteCount; in _delta_ptr_within_page_nospec()
170 *crossing_page = nospec_delta != deltaByteCount; in _delta_ptr_within_page_nospec()
173 …sing to the next page [{%p} + {%lld}]\n", __func__, (void*)(userVA + page_offset), deltaByteCount); in _delta_ptr_within_page_nospec()
175 panic("%s(): delta offset > page size %lld", __func__, deltaByteCount); in _delta_ptr_within_page_nospec()
187 _delta_ptr_within_page32_nospec(uint32_t ** __nonnull ptr, uint32_t deltaByteCount, bool *crossing_… in _delta_ptr_within_page32_nospec() argument
190 uintptr_t new_page = ((uintptr_t)*ptr + deltaByteCount) >> PAGE_SHIFT; in _delta_ptr_within_page32_nospec()
192 uint64_t nospec_delta = deltaByteCount; in _delta_ptr_within_page32_nospec()
[all …]