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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_object.c152 * those pages that have been changed. The "shadow"
155 * field indicates where in the "shadow" these contents begin.
470 vm_object_template.shadow = VM_OBJECT_NULL;
649 vm_object_t shadow = VM_OBJECT_NULL; local
807 object->shadow != VM_OBJECT_NULL) {
813 * useless shadow chain.
882 * Remove shadow now if we don't
886 shadow = object->shadow;
887 object->shadow
990 vm_object_t shadow; local
4504 vm_object_t shadow = object; local
4812 vm_object_t shadow; local
5011 vm_object_t shadow; local
[all...]
H A Dvm_debug.c213 (vm_offset_t) cobject->shadow;
246 nobject = cobject->shadow;
414 (vm_offset_t) cobject->shadow;
447 nobject = cobject->shadow;
H A Dvm_map.c360 * objects instead of the symmetric (shadow) strategy. All maps
374 * The symmetric (shadow) copy strategy implements virtual copy
379 * is used -- this means that shadow object creation can be
1011 * (this may iterate through the shadow chain).
1030 * shadow chain.
1072 * (this may iterate through the shadow chain).
2569 assert(cpm_obj->shadow == VM_OBJECT_NULL);
2641 assert(cpm_obj->shadow == VM_OBJECT_NULL);
3092 (object->shadow == VM_OBJECT_NULL) &&
3827 * lock on the map: create a shadow objec
9174 register vm_object_t shadow; local
10931 vm_object_t shadow; local
[all...]
H A Dvm_fault.c459 * the shadow chain was severed
758 * shadow chain and entering a new page in the top
760 * the top object while following the shadow chain.
914 dbgTrace(0xBEEF0008, (unsigned int) m, (unsigned int) object->shadow); /* (TEST/DEBUG) */
916 next_object = object->shadow;
920 * Absent page at bottom of shadow
1298 * shadow chain), then tell the memory manager
1301 * between our walking down the shadow chain
1395 (integer_t)object->shadow, 0);
1397 next_object = object->shadow;
[all...]
H A Dvm_kern.c1009 while(obj->shadow) {
1011 obj = obj->shadow;
H A Dbsd_vm.c1170 * The last object in the shadow chain has the
1180 object->shadow != VM_OBJECT_NULL;
1181 object = object->shadow, shadow_depth++) {
1182 vm_object_lock(object->shadow);
H A Dvm_pageout.c429 shadow_object = object->shadow;
630 * Convert the fictitious page to a private shadow of
2484 object = upl->map_object->shadow;
2672 upl->map_object->shadow = object;
3632 if (entry->object.vm_object->shadow || entry->object.vm_object->copy) {
3640 if (entry->object.vm_object->shadow && entry->object.vm_object->copy) {
3642 local_object->shadow,
3760 upl->map_object->shadow = object;
3788 * shadow of the real page.
3991 shadow_object = object->shadow;
[all...]
H A Dvm_object.h135 struct vm_object *shadow; /* My shadow */ member in struct:vm_object
136 vm_object_offset_t shadow_offset; /* Offset into shadow */
278 /* shadow but not in object */
H A Dvm_user.c1893 * shadow objects either...
1955 /* is suitable. If not, create a shadow and share that */
1960 * need to modify the VM map to create a shadow object. Since
2073 /* vm_map_lookup_locked will create a shadow if */
2115 /* create a shadow object */
2164 * shadow object.
3017 if(object->shadow) {
3019 vm_object_lock(object->shadow);
3022 object = object->shadow;
H A Dmemory_object.c771 * translate offset with respect to shadow's offset
781 * clip size with respect to shadow offset
889 copy_object->shadow = NULL;
/macosx-10.5.8/xnu-1228.15.4/bsd/conf/
H A DMakefile.ppc20 shadow.o \
/macosx-10.5.8/xnu-1228.15.4/iokit/conf/
H A DMakefile.template38 CXXWARNFLAGS += -Wno-unused-parameter -Wno-redundant-decls -Wno-write-strings -Wno-cast-qual -Wno-shadow
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_vm.s163 rlwinm. r11,r11,0,pmapVMgsaa ; Is guest shadow assist active?
164 bne hamPanic ; Call not valid for guest shadow assist pmap
551 rlwinm. r11,r11,0,pmapVMgsaa ; Is guest shadow assist active?
552 bne hrmPanic ; Call not valid for guest shadow assist pmap
577 rlwinm. r3,r3,0,pmapVMgsaa ; Is guest shadow assist active?
1446 ; Guest shadow assist -- mapping remove
1451 ; o Locate the requested mapping in the shadow hash table,
1493 srwi r11,r30,12 ; Form shadow hash:
1882 rlwinm. r11,r11,0,pmapVMgsaa ; Is guest shadow assist active?
1883 bne hpmPanic ; Call not valid for guest shadow assis
[all...]
H A Dmachine_routines_asm.s208 ; Note: we will reload these from the shadow BATs later
244 lis r10,hi16(EXT(shadow_BAT)+shdDBAT) ; Get shadow address
245 ori r10,r10,lo16(EXT(shadow_BAT)+shdDBAT) ; Get shadow address
H A Dlowmem_vectors.s2385 lis r11,hi16(EXT(shadow_BAT)+shdDBAT) ; Get shadow address
2386 ori r11,r11,lo16(EXT(shadow_BAT)+shdDBAT) ; Get shadow address

Completed in 101 milliseconds