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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dstartup64.c196 } real; local
203 * Construct the real decriptor locally.
206 bzero((void *) &real, sizeof(real));
214 real.gate.offset_low16 = fakep->offset[0] & 0xFFFF;
215 real.gate.selector16 = fakep->lim_or_seg & 0xFFFF;
216 real.gate.IST = fakep->size_or_IST & 0x7;
217 real.gate.access8 = fakep->access;
218 real.gate.offset_high16 = (fakep->offset[0]>>16)&0xFFFF;
219 real
[all...]
/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_clock_speed_asm.s96 li r4, 0 ; set flag for the real test
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstart.s109 ; Note that we are just trying to get close. The real TB sync will take
162 li r7,MSR_VM_OFF ; Get real mode MSR
163 mtmsr r7 ; Set the real mode SRR
306 li r7,MSR_VM_OFF ; Get real mode MSR
378 lis r7,hi16(MSR_VEC_ON) ; Get real mode MSR + Altivec
379 ori r7,r7,lo16(MSR_VM_OFF) ; Get real mode MSR + Altivec
380 mtmsr r7 ; Set the real mode SRR */
H A Dhw_vm.s755 bf-- cr1_lt,hrmRetn32 ; This one has no real memory associated with it so we are done...
780 lwz r8,mbvrswap+4(r8) ; Get last half of virtual to real swap
836 lwz r8,mbvrswap+4(r8) ; Get last half of virtual to real swap
1170 bf-- cr1_lt,hrmRetn64 ; This one has no real memory associated with it so we are done...
1222 lwz r8,mbvrswap+4(r8) ; Get last half of virtual to real swap
2152 lwz r9,pmapvr+4(r4) ; Get 32-bit virt<->real conversion salt
2156 ld r9,pmapvr+4(r4) ; Get 64-bit virt<->real conversion salt
2159 xor r27,r4,r9 ; Convert host pmap_t virt->real
2306 lwz r3,mbvrswap+4(r3) ; Get last half of virtual to real swap
2425 lwz r4,mbvrswap+4(r4) ; Get last half of virtual to real swa
[all...]
H A Dhw_exception.s1203 lwz r2,SACvrswap(r3) ; Get the virtual to real conversion (top)
1204 lwz r3,SACvrswap+4(r3) ; Get the virtual to real conversion (bottom)
1289 lwz r2,SACvrswap(r3) ; Get the virtual to real conversion (top)
1290 lwz r3,SACvrswap+4(r3) ; Get the virtual to real conversion (bottom)
1369 lwz r2,SACvrswap(r3) ; Get the virtual to real conversion (top)
1370 lwz r3,SACvrswap+4(r3) ; Get the virtual to real conversion (bottom)
1414 lwz r2,SACvrswap(r3) ; Get the virtual to real conversion (top)
1415 lwz r3,SACvrswap+4(r3) ; Get the virtual to real conversion (bottom)
H A Dbcopy.s53 ; are very slow doing real-mode (translation off) copies, so we set up temporary BATs
230 ; which cannot handle a cache burst in I/O space, we must turn caching off for the real memory access.
240 or r2,r2,r0 ; Set bit to make real accesses cache-inhibited
242 mtspr hid4,r2 ; Make real accesses cache-inhibited
257 andc r2,r2,r0 ; Clear bit to make real accesses cache-inhibited
259 mtspr hid4,r2 ; Make real accesses not cache-inhibited
H A Dmachine_routines_asm.s229 mtmsr r11 ; Do it for real
319 or r2,r8,r0 ; Set bit to make real accesses cache-inhibited
321 mtspr hid4,r2 ; Make real accesses cache-inhibited
340 mtspr hid4,r8 ; Make real accesses not cache-inhibited
646 or r2,r8,r0 ; Set bit to make real accesses cache-inhibited
648 mtspr hid4,r2 ; Make real accesses cache-inhibited
675 rdwrpost64: bne++ cr7,rdwrpcok ; Skip enabling real mode caching if we did not change it...
678 mtspr hid4,r8 ; Make real accesses not cache-inhibited
H A Dvmachmon_asm.s235 selcomm: mtlr r3 ; Set the real routine address
249 b EXT(vmm_map_page) ; Transition to real function...
257 bl EXT(vmm_get_page_mapping) ; Transition to real function...
267 b EXT(vmm_unmap_page) ; Transition to real function...
276 b EXT(vmm_get_page_dirty_flag) ; Transition to real function...
285 b EXT(vmm_protect_page) ; Transition to real function...
296 b EXT(vmm_map_execute) ; Transition to real function...
305 b EXT(vmm_protect_execute) ; Transition to real function...
H A Dsavearea_asm.s381 lwz r5,SACvrswap+4(r5) ; Get the virtual to real translation (only need low word)
1069 add r0,r0,r3 ; Make the real index
1176 add r0,r0,r3 ; Make the real index
H A Dcswtch.s212 lwz r7,SACvrswap(r3) ; Get the virtual to real conversion (top)
213 lwz r3,SACvrswap+4(r3) ; Get the virtual to real conversion (bottom)
259 lwz r2,SACvrswap(r3) ; Get the virtual to real conversion (top)
260 lwz r3,SACvrswap+4(r3) ; Get the virtual to real conversion (bottom)
H A Dlowmem_vectors.s2343 xcswNo64: lwz r30,SACvrswap+4(r30) ; get real to virtual translation
3003 lwz r5,SACvrswap+4(r5) ; Get real to virtual conversion
3589 lwz r4,SACvrswap+4(r4) ; Get the virtual to real translation
3600 ld r4,SACvrswap(r4) ; Get the virtual to real translation

Completed in 79 milliseconds