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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dvmachmon_asm.s190 li r3,1 ; Set normal return with check for AST
259 b vmmRetPt ; Join normal return...
500 ; the VM execution again. It seems like this should be the normal case.
678 li r3,1 ; Show normal exit with check for AST
686 li r3,1 ; Set normal return with check for AST
694 li r3,1 ; Set normal return with check for AST
702 li r3,1 ; Set normal return with check for AST
711 li r3,1 ; Set normal return with check for AST
720 mtcrf 0x02,r10 ; Move pf64Bit to its normal place in CR6
725 li r3,1 ; Set normal retur
[all...]
H A Dbcopy.s52 ; Otherwise do a normal bcopy_phys. This routine is used because some 32-bit processors
105 bne- bcopy_phys1 ; Overflowed page, do normal physical copy...
272 ; reverse vs normal moves isn't quite correct in 64-bit mode; in rare cases we will move in
H A DEmulate.s559 mr r3,r30 ; Set the normal MSR
857 mtmsr r30 ; Restore normal MSR
893 mtmsr r30 ; Restore normal MSR
917 mtmsr r30 ; Restore normal MSR
949 mtmsr r30 ; Restore normal MSR
994 mtmsr r30 ; Restore normal MSR
H A Dlowmem_vectors.s888 ; An identical entry is made during normal interrupt processing. Any entry
962 ; An identical entry is made during normal interrupt processing. Any entry
1092 ; An identical entry is made during normal interrupt processing. Any entry
1505 ; An identical entry is made during normal CutTrace processing. Any entry
1833 ; An identical entry is made during normal CutTrace processing. Any entry
1910 ; We need to save the FPSCR as if it is normal context.
2058 xcpSyscall: lis r20,hi16(EXT(shandler)) ; Assume this is a normal one, get handler address
2060 ori r20,r20,lo16(EXT(shandler)) ; Assume this is a normal one, get handler address
2070 beq++ PassUp ; No, treat as a normal one...
2297 beq++ PassUpTrap ; Not on, normal cas
[all...]
H A Dhw_exception.s532 bgt+ .L_thread_syscall_ret_check_ast ; Take normal AST checking return....
659 beq-- cr0,.L_mach_invalid_ret ; otherwise fall through into the normal return path
1776 lwz r20,ACT_MACT_PCB(r24) ; (TEST/DEBUG) Get the normal context
H A Dskiplists.s1086 li r27,mpBasicLists*8-8 ; Assume normal
1207 li r27,mpBasicLists*8-8 ; Assume normal
H A Dstart.s321 mtsrr1 r9 ; Set our normal disabled MSR
H A Dhw_vm.s282 hamSkipMax: andi. r0,r24,mpType ; Is this a normal mapping?
295 bne-- hamDoneNP ; Not a normal mapping, therefore, no physent...
1924 andi. r0,r20,lo16(mpType|mpPerm) ; cr0_eq <- normal mapping && !permanent
3201 rlwinm. r0,r7,0,mpType ; Is this a normal mapping?
3202 crmove cr1_eq,cr0_eq ; cr1_eq <- this is a normal mapping
3204 cror cr1_eq,cr0_eq,cr1_eq ; cr1_eq <- normal mapping and not permanent and not being removed
3234 li r3,mapRtOK ; Set normal return
3259 li r3,mapRtOK ; Set normal return
3380 rlwinm. r0,r7,0,mpType ; Is this a normal mapping?
3381 crmove cr1_eq,cr0_eq ; cr1_eq <- this is a normal mappin
[all...]
H A DFirmware.s442 ori r10,r10,0x2000 /* Assume the printer (this is the normal one) */
825 ori r10,r10,0x3010 /* Assume the printer (this is the normal one) */
827 ori r10,r10,0x2000 /* Assume the printer (this is the normal one) */
2477 ; Pass back 0 to treat as normal twi.
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_kern.c615 #ifndef normal
H A Dvm_pageout.c954 * victimized pages between the normal and zero-filled inactive
962 uint32_t normal = total - vm_zf_count; local
964 /* zf_ratio is the number of zf pages we victimize per normal page */
968 else if ((vm_zf_count <= normal) || (normal == 0))
971 zf_ratio = vm_zf_count / normal;
1437 * It's either a normal inactive page or nothing.
4026 * validated by VM the normal way (when they get mapped or

Completed in 126 milliseconds