Searched refs:low (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.h59 * _profile_cnt_to_decimal now takes the low/high values as separate arguments.
170 prof_uptrint_t low; /* low 32 bits of counter */ member in struct:prof_cnt_t
177 : "=g" ((cnt).low), "=g" ((cnt).high) \
178 : "0" ((cnt).low), "1" ((cnt).high))
182 : "=g,r" ((cnt).low), "=g,r" ((cnt).high) \
184 "0,0" ((cnt).low), "1,1" ((cnt).high))
188 : "=g,r" ((cnt).low), "=g,r" ((cnt).high) \
189 : "r,g" ((val).low), "r,g" ((val).high), \
190 "0,0" ((cnt).low), "
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/ppc/
H A Dprofile-md.h89 prof_uptrint_t low; /* low 32 bits of counter */ member in struct:prof_cnt_t
93 #define PROF_CNT_INC(cnt) ((++((cnt).low) == 0) ? ++((cnt).high) : 0)
94 #define PROF_CNT_ADD(cnt,val) (((((cnt).low + (val)) < (val)) ? ((cnt).high++) : 0), ((cnt).low += (val)))
95 #define PROF_CNT_LADD(cnt,val) (PROF_CNT_ADD(cnt,(val).low), (cnt).high += (val).high)
96 #define PROF_CNT_SUB(cnt,val) (((((cnt).low - (val)) > (cnt).low) ? ((cnt).high--) : 0), ((cnt).low -= (val)))
97 #define PROF_CNT_LSUB(cnt,val) (PROF_CNT_SUB(cnt,(val).low), (cn
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dtimer.h93 uint32_t old_low, low; \
96 low = old_low + (ticks); \
97 if (low < old_low) \
98 timer_update((timer), (timer)->high_bits + 1, low); \
100 (timer)->low_bits = low; \
H A Dtimer.c106 uint64_t low; local
108 low = delta + timer->low_bits;
109 if (low >> 32)
110 timer_update(timer, timer->high_bits + (low >> 32), low);
112 timer->low_bits = low;
H A Dsched_prim.c3085 * a baseline. Toss the high and low and return
3091 uint32_t new, hi, low, accum; local
3095 accum = hi = low = 0;
3103 accum = hi = low = new;
3105 if (new < low)
3106 low = new;
3114 return ((accum - hi - low) / (2 * (tries - 2)));
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_trace.c124 .low = 0,
134 .low = 0,
144 .low = 0,
154 .low = 0,
164 .low = 0,
174 .low = 0,
184 .low = 0,
194 .low = 0,
204 .low = 0,
214 .low
[all...]
H A Dmisc_asm.s283 rlwinm r3,r3,0,1,0 ; Copy low 32 int high 32
284 rlwimi r3,r4,0,0,31 ; Inser the low part behind top
H A Dskiplists.s94 * r5 = low 32 bits of key (low 12 bits may be nonzero garbage)
107 rlwinm r5,r5,0,0,19 ; zero low 12 bits of key
126 ; r5 = va to search for (the "key") (low 12 bits are 0)
134 ld r4,mpVAddr(r3) ; get va for this mapping (plus flags in low 12 bits)
136 rldicr r4,r4,0,51 ; zero low 12 bits of mapping va
172 rldicr r10,r10,0,51 ; zero low 12 bits of mapping va
214 ; r5 = va to search for (the "key") (low 12 bits are 0)
222 lwz r4,mpVAddr+4(r3) ; get va for this mapping (plus flags in low 12 bits)
224 rlwinm r4,r4,0,0,19 ; zero low 1
[all...]
H A Dmachine_routines_asm.s248 lwz r6,4(r10) ; Pick up DBAT 0 low
254 mtdbatl 0,r6 ; Restore DBAT 0 low
291 rlwinm r3,r3,0,1,0 ; Copy low 32 bits to top 32
293 rlwimi r3,r4,0,0,31 ; Insert low part of 64-bit address in bottom 32 bits
378 rlwinm r3,r3,0,1,0 ; Copy low 32 bits to top 32
379 rlwimi r3,r4,0,0,31 ; Insert low part of 64-bit address in bottom 32 bits
409 rlwinm r3,r3,0,1,0 ; Copy low 32 bits to top 32
410 rlwimi r3,r4,0,0,31 ; Insert low part of 64-bit address in bottom 32 bits
444 rlwinm r3,r3,0,1,0 ; Copy low 32 bits to top 32
445 rlwimi r3,r4,0,0,31 ; Insert low par
[all...]
H A Dhw_lock.s193 ori r4,r4,lo16(EXT(LockTimeOut)) ; And the low part
242 blr ; Return, head hanging low...
348 mftb r10 ; Get the low part of the time base
352 mftb r10 ; Get the low part of the time base
391 blr ; Return, head hanging low...
413 mftb r10 ; Get the low part of the time base
427 blr ; Return, head hanging low...
446 mftb r10 ; Get the low part of the time base
460 blr ; Return, head hanging low...
1035 ori r4,r4,lo16(EXT(MutexSpin) ) ; And the low par
[all...]
H A DFirmware.s96 ori r12,r12,LOW_ADDR(EXT(FWtable)) /* Now the low part */
273 lwz r5,4(r3) /* Get DBAT 0 low */
275 lwz r7,12(r3) /* Get DBAT 1 low */
277 lwz r9,20(r3) /* Get DBAT 2 low */
279 lwz r11,28(r3) /* Get DBAT 3 low */
283 mtdbatl 0,r5 /* Load DBAT 0 low */
285 mtdbatl 1,r7 /* Load DBAT 1 low */
287 mtdbatl 2,r9 /* Load DBAT 2 low */
289 mtdbatl 3,r11 /* Load DBAT 3 low */
316 lwz r5,4(r3) /* Get IBAT 0 low */
[all...]
H A Dsavearea_asm.s335 mr r4,r3 ; copy low word of phys address to r4
381 lwz r5,SACvrswap+4(r5) ; Get the virtual to real translation (only need low word)
468 cmplwi r8,LocalSaveMin ; Are we too low?
469 ble-- saveGet64GetGlobal ; We are too low and need to grow list...
491 ; Local list was low so replenish from global list.
562 ori r9,r9,lo16(EXT(backpocket)) ; and low part
609 cmplwi r8,LocalSaveMin ; Are we too low?
610 ble- saveGet32GetGlobal ; We are too low and need to grow list...
631 ; Local list was low so replenish from global list.
702 ori r9,r9,lo16(EXT(backpocket)) ; and low par
[all...]
H A Dlowmem_vectors.s358 ; 0x0E - low three bits of syscall number
365 rlwinm r11,r0,0,0xFFFFFFF8 ; mask off low 3 bits of syscall number
376 rlwimi r11,r0,1,0xE ; move in low 3 bits of syscall number
619 * 0x0E (E) - low three bits of syscall number
1327 lwz r6,napStamp+4(r2) ; Pick up low order nap stamp
1330 subfc r7,r6,r7 ; Subtract low stamp from now
1331 lwz r6,napTotal+4(r2) ; Pick up low total
1334 addc r6,r6,r7 ; Add low to total
1335 ori r3,r3,lo16(EXT(machine_idle_ret)) ; Get low part of nap/doze return
1337 stw r6,napTotal+4(r2) ; Save the low tota
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_misc.s55 rlwinm r3,r3,0,1,0 ; Dup low to high source
56 rlwinm r5,r5,0,1,0 ; Dup low to high dest
/macosx-10.5.8/xnu-1228.15.4/libkern/i386/
H A DOSAtomic.s55 movl 4+8(%esp), %eax #; low 32-bits of oldValue
57 movl 12+8(%esp), %ebx #; low 32-bits of newValue
79 movl 0(%edi), %eax #; load low 32-bits of *ptr
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_variables.c124 .low = -1,
139 .low = 1,
197 || (level > 0 && (ap->suffix[0] < vp->low
281 vp->valuep[(ap->level)? (ap->suffix[0] - vp->low): 0] = *valuep;
283 *valuep = vp->valuep[(ap->level)? (ap->suffix[0] - vp->low): 0];
420 short low; local
447 (i > 0 && (aux_param.suffix[0] < cur->low ||
493 i = low = aux_param.level > 0 ? aux_param.suffix[0] : cur->low;
548 i = low;
[all...]
H A Ddb_variables.h194 short low; /* low value of level 1 suffix */ member in struct:db_variable
197 short hidden_low; /* low value of hidden level */
/macosx-10.5.8/xnu-1228.15.4/libkern/ppc/
H A Dstrlen.s92 ; r4 = low 2 bits of address (1,2, or 3)
103 bgt Llentry ; address is aligned now if low bits were 3
109 beq Llentry ; addr is aligned now if low bits were 2
H A Dmemcmp.s70 rlwinm r10,r9,0,0,28 ; mask off low 3 bits, so r10 = 0, 8, 16, or 24
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_resource.c158 int low = PRIO_MAX + 1; local
170 low = p->p_nice;
175 low = p->p_nice;
193 if (p->p_nice < low)
194 low = p->p_nice;
210 p->p_nice < low)
211 low = p->p_nice;
231 low = 0;
233 low = 1;
241 if (low
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_rrip.c401 u_int high, low; local
404 low = isonum_733(p->dev_t_low);
407 ana->inop->inode.iso_rdev = makedev(major(low), minor(low));
409 ana->inop->inode.iso_rdev = makedev(high, minor(low));
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_search.c124 static Boolean CompareRange(u_long val, u_long low, u_long high);
125 static Boolean CompareWideRange(u_int64_t val, u_int64_t low, u_int64_t high);
127 static Boolean CompareRange( u_long val, u_long low, u_long high ) argument
129 return( (val >= low) && (val <= high) );
132 static Boolean CompareWideRange( u_int64_t val, u_int64_t low, u_int64_t high ) argument
134 return( (val >= low) && (val <= high) );
136 //#define CompareRange(val, low, high) ((val >= low) && (val <= high))
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_internal.h59 #define low(x) ((byte)(x)) macro
H A Dadsp_Control.c280 sp->f.data[1] = low(sp->sapb->u.attnParams.attnCode);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/
H A Dkdp_udp.c354 unsigned int high, low, sum; local
356 high = low = 0;
358 low += c[1] + c[3];
364 sum = (high << 8) + low;

Completed in 103 milliseconds

12