Searched refs:cur_object (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_fault.c2761 vm_object_t cur_object; local
2897 * the shadow chain each time. cur_object and cur_offset
2900 * top level if and only if object and cur_object are the same.
2903 * original object and cur_object (if different) when
2918 cur_object = object;
2922 if (!cur_object->pager_created &&
2923 cur_object->phys_contiguous) /* superpage */
2926 if (cur_object->blocked_access) {
2934 m = vm_page_lookup(cur_object, cur_offset);
2944 if (object != cur_object) {
[all...]

Completed in 105 milliseconds