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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmachine_check.h124 uint64_t over :BIT1(62); member in struct:__anon726::__anon727
137 uint64_t over :BIT1(62); member in struct:__anon726::__anon728
H A Dmachine_check.c336 IF(status.bits.over, " Error overflow\n"));
405 IF(status.bits.over, " Error overflow\n"));
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dskiplists.s47 * primary advantage of skip-lists over a hash, btw.
133 mapSrch64a: ; loop over each mapping
221 mapSrch32a: ; loop over each mapping
375 mapSrchFull64a: ; loop over each mapping
458 mapSrchFull32a: ; loop over each mapping
587 ; 64-bit processor: loop over each list this mapping is on
628 ; 32-bit processor: loop over each list this mapping is on
685 ; 64-bit processor: loop over each list this mapping is on
719 ; 32-bit processor: loop over each list this mapping is on
853 rldimi r20,r15,32,0 ; Shift the fixed upper part of the physical over an
[all...]
H A Dcache.s204 mr r4,r5 ; Copy over the length
H A Dsavearea_asm.s537 b saveGet64 ; Start over and finally allocate the savearea...
677 b saveGet32 ; Start over and finally allocate the savearea...
840 ld r3,SAVprev(r3) ; Skip over the first
911 lwz r3,SAVprev+4(r3) ; Skip over the first
1045 ; Loop over each savearea we are trimming.
1149 ; Loop over each savearea we are trimming.
1311 ; Loop over next block in free pool. r6 is the ptr to the last block we looked at.
1327 ; Loop over free savearea in current block.
1400 ; Loop over next block in free pool. r6 is the ptr to the last block we looked at.
1410 ; Loop over fre
[all...]
H A Dmachine_routines_asm.s509 mr r4,r5 ; Copy over the data
539 mr r4,r5 ; Copy over the data
573 mr r4,r5 ; Copy over the data
605 mr r4,r5 ; Copy over the high data
606 mr r5,r6 ; Copy over the low data
1159 li r3, 0x4000 ; Cause decrimenter to roll over soon
1438 rlwinm. r10,r10,0,l2hwf,l2hwf ; Is the flush over?
1549 rlwinm. r10,r10,0,l3hwf,l3hwf ; Is the flush over?
H A Dhw_vm.s1276 srd r26,r26,r5 ; Shift the size bits over
1281 hrmBInv64: srdi r0,r30,2 ; Shift page index over to form ESID
1350 sldi r24,r24,28 ; Get the full XOR value over to segment position
1498 li r0,(GV_SLOTS - 1) ; Prepare to iterate over mapping slots
2390 rldimi r28,r6,32,0 ; Shift the fixed upper part of the physical over and cram in top
3185 rldimi r28,r6,32,0 ; Shift the fixed upper part of the physical over and cram in top
3363 rldimi r28,r6,32,0 ; Shift the fixed upper part of the physical over and cram in top
3967 ; the space ID (14 bits wide) 3 times. We then slide the vaddr over
3998 rlwinm r14,r22,18,14,31 ; Shift 0:17 of vaddr over
4007 rlwinm r14,r14,12,15,19 ; Slide the top of the VSID over t
[all...]
H A Dcswtch.s611 ; We do not use the data returned because it may change over the lock
1964 slwi r8,r10,1 ; Shift over 1
1973 slwi r7,r8,2 ; shift groups-of-2 over by 2
1977 slwi r7,r8,4 ; shift groups-of-4 over by 4
2205 vr_ld1: ; loop over each cache line we will load
H A Dvmachmon_asm.s231 stw r4,saver3+4(r30) ; Cheat and move this parameter over
233 stw r5,saver4+4(r30) ; Cheat and move this parameter over
H A DFirmware.s205 sldi r3,r3,32 ; Slide on over for true 64-bit address
444 ori r10,r10,0x0002 /* Move it over to the modem port */
831 ori r10,r10,0x0020 /* Move it over to the modem port */
833 ori r10,r10,0x0002 /* Move it over to the modem port */
890 bne- ddwait0 /* Nope, start all over... */
1179 bne- ddwait1 /* Nope, start all over... */
H A Dhw_exception.s492 ; NOTE: Both R16 (thread) and R30 (savearea) need to be preserved over this call!!!!
H A Dlowmem_vectors.s903 rlwinm r20,r20,MSR_PR_BIT-enaUsrFCallb,MASK(MSR_PR) ; Shift the validity bit over to pr bit spot
1041 rlwinm r20,r20,MSR_PR_BIT-enaUsrFCallb,MASK(MSR_PR) ; Shift the validity bit over to pr bit spot
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dxsumas.s87 ; Address is now word aligned. Prepare for inner loop over 32-byte chunks.
237 ; Handle 64-bit machine. The major improvement over the 32-bit path is that we use
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipsec.c2352 /* tunneling over IPv4 */
2487 /* over range to check, i.e. too old or wrapped */
2571 /* over range to check, i.e. too old or wrapped */
2625 unsigned char over; local
2631 over = (bitmap[i] >> (8 - s));
2633 bitmap[i-1] |= over;

Completed in 168 milliseconds