Searched refs:high (Results 1 - 25 of 32) 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.
171 prof_uptrint_t high; /* high 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), "1,1" ((cnt).high))
[all...]
H A Dprofile-md.c57 * Update overflow_ticks for # times the lprofil counter overflows into high word.
88 * Print # histogram ticks too low/too high for server/mk.
906 PROF_CNT_ADD(pv->stats.overflow_ticks, lptr[i].high);
1010 "%12s histogram ticks were too high\n",
1118 (unsigned long)stats->stats_unused[i].high,
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/ppc/
H A Dprofile-md.h90 prof_uptrint_t high; /* high 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), (cnt).high -= (val).high)
105 #define LPROF_CNT_OVERFLOW(lp,high,lo
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_trace.c125 .high = 0,
135 .high = 0,
145 .high = 0,
155 .high = 0,
165 .high = 0,
175 .high = 0,
185 .high = 0,
195 .high = 0,
205 .high = 0,
215 .high
[all...]
H A Dcache.s76 rlwinm r3,r3,0,1,0 ; Duplicate high half of long long paddr into top of reg
104 rlwinm r3,r3,0,1,0 ; Duplicate high half of long long paddr into top of reg
131 rlwinm r3,r3,0,1,0 ; Duplicate high half of long long paddr into top of reg
201 rlwinm r3,r3,0,1,0 ; Duplicate high half of long long paddr into top of reg
288 rlwinm r3,r3,0,1,0 ; Duplicate high half of long long paddr into top of reg
346 rlwinm r3,r3,0,1,0 ; Duplicate high half of long long paddr into top of reg
H A Dhibernate_restore.s105 rlwinm r3,r3,0,1,0 ; Duplicate high half of long long paddr into top of reg
107 rlwinm r4,r5,0,1,0 ; Duplicate high half of long long paddr into top of reg
H A Dmachine_routines_asm.s247 lwz r5,0(r10) ; Pick up DBAT 0 high
249 lwz r7,8(r10) ; Pick up DBAT 1 high
250 lwz r8,16(r10) ; Pick up DBAT 2 high
251 lwz r9,24(r10) ; Pick up DBAT 3 high
253 mtdbatu 0,r5 ; Restore DBAT 0 high
255 mtdbatu 1,r7 ; Restore DBAT 1 high
256 mtdbatu 2,r8 ; Restore DBAT 2 high
257 mtdbatu 3,r9 ; Restore DBAT 3 high
490 lwz r3,0(r3) ; Get the high word
605 mr r4,r5 ; Copy over the high dat
[all...]
H A Dmisc_asm.s283 rlwinm r3,r3,0,1,0 ; Copy low 32 int high 32
H A Dlowmem_vectors.s1328 lis r3,hi16(EXT(machine_idle_ret)) ; Get high part of nap/doze return
1329 lwz r5,napStamp(r2) ; and high order
1332 subfe r5,r5,r8 ; Subtract high stamp and borrow from now
1333 lwz r8,napTotal(r2) ; Pick up the high total
1336 adde r8,r8,r5 ; Add high and carry to total
1338 stw r8,napTotal(r2) ; Save the high total
1604 rlwinm r2,r11,29,27,31 ; Get high 5 bits of rupt code
1695 lis r3,hi16(EXT(machine_idle_ret)) ; Get high part of nap/doze return
1700 std r6,napTotal(r2) ; Save the high total
1968 mtcrf 0x80,r0 ; Set our CR0 to the high nybbl
[all...]
H A DFirmware.s94 lis r12,HIGH_ADDR(EXT(FWtable)) /* Get the high part of the firmware call table */
272 lwz r4,0(r3) /* Get DBAT 0 high */
274 lwz r6,8(r3) /* Get DBAT 1 high */
276 lwz r8,16(r3) /* Get DBAT 2 high */
278 lwz r10,24(r3) /* Get DBAT 3 high */
282 mtdbatu 0,r4 /* Load DBAT 0 high */
284 mtdbatu 1,r6 /* Load DBAT 1 high */
286 mtdbatu 2,r8 /* Load DBAT 2 high */
288 mtdbatu 3,r10 /* Load DBAT 3 high */
315 lwz r4,0(r3) /* Get IBAT 0 high */
[all...]
H A Dbcopy.s67 ; values. Note that on 32-bit architectures that this will ignore the high half of the
80 rlwinm r3,r3,0,1,0 ; Duplicate high half of long long paddr into top of reg
87 rlwinm r4,r5,0,1,0 ; Duplicate high half of long long paddr into top of reg
148 ; values. Note that on 32-bit architectures that this will ignore the high half of the
164 rlwinm r3,r3,0,1,0 ; Duplicate high half of long long paddr into top of reg
169 rlwinm r4,r5,0,1,0 ; Duplicate high half of long long paddr into top of reg
H A Dvmachmon_asm.s246 li r7,0 ; Clear high half of guest address
248 li r5,0 ; Clear high half of host address
256 li r5,0 ; Clear high half of guest address
266 li r5,0 ; Clear high half of guest address
275 li r5,0 ; Clear high half of guest address
284 li r5,0 ; Clear high half of guest address
293 li r7,0 ; Clear high half of guest address
295 li r5,0 ; Clear high half of host address
304 li r5,0 ; Clear high half of guest address
957 stw r6,savesrr0(r30) ; Insure that high orde
[all...]
H A Dmovc.s108 rlwinm r3,r3,0,1,0 ; Duplicate high half of long long paddr into top of reg
111 rlwinm r4,r5,0,1,0 ; Duplicate high half of long long paddr into top of reg
509 mr r10,r4 // move high word of 64-bit user address to r10
535 mr r10,r3 // move high word of 64-bit user address to r10
572 mr r10,r4 // move high word of 64-bit user address to r10
597 mr r10,r3 // move high word of 64-bit user address to r10
609 // r10 = high word of 64-bit user-space address (source if copyin, dest if copyout)
696 rldimi r31,r3,32,0 // slam high-order bits into mapped ptr
978 * to call 32-bit functions, which would lead to the high-order 32 bits of our values
1039 rlwinm r29,r3,0,1,0 // form source address high
[all...]
H A Dhw_exception.s657 stw r0, saver3(r30) ; stash the high part of the return code
733 lis r28,hi16(EXT(kern_invalid)) ; Get high half of invalid syscall function
871 lis r2,hi16(MSR_EXPORT_MASK_SET) ; Set the high part of the user MSR
1458 nodefer: lwz r22,qactTimer(r28) ; Get high order quick activation timer
1477 bne chkifuser ; If high order is non-zero, this is too big for a decrementer
1478 cmplw r13,r24 ; Is this earlier than the decrementer? (logical compare takes care of high bit on)
H A Dhw_vm.s82 ; |00000000|0000000S|SSSSSSSS|SSSSSSSS|SSSSSS00|00000000|0000////| - Shifted high order EA
214 rlwnm r22,r23,r22,22,31 ; Extract the high order
217 addme r22,r22 ; Do high order as well...
219 or r0,r30,r0 ; Fill high word of 64-bit with 1s so we will properly carry
660 rlwinm r23,r29,0,1,0 ; Copy high order vaddr to high if 64-bit machine
672 rlwimi r23,r30,0,0,31 ; Insert low under high part of address
913 rlwinm r24,r23,maxAdrSpb,32-maxAdrSpb-maxAdrSpb,31-maxAdrSpb ; Get high order of hash
1463 ; r29: high-order 32 bits of guest virtual address
1484 rldimi r30,r29,32,0 ; Insert high
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/i386/
H A DOSAtomic.s42 movzbl %al, %eax #; clear out the high bytes
56 movl 8+8(%esp), %edx #; high 32-bits of oldValue
58 movl 16+8(%esp), %ecx #; high 32-bits of newValue
63 movzbl %al, %eax #; clear out the high bytes
80 movl 4(%edi), %edx #; load high 32-bits of *ptr
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_variables.c125 .high = -1,
132 .high = DB_NWORK - 1,
140 .high = DB_MACRO_NARGS,
198 || (vp->high >= 0 && ap->suffix[0] > vp->high))))
448 (cur->high >= 0 &&
449 aux_param.suffix[0] > cur->high)))) {
468 for (k = aux_param.level > 0 ? aux_param.suffix[0] : cur->high;
475 if ((cur->min_level == 0 && !cur->hidden_level) || cur->high < 0)
481 aux_param.suffix[0] : cur->high;
[all...]
H A Ddb_variables.h195 short high; /* high value of level 1 suffix */ member in struct:db_variable
198 short hidden_high; /* high value of hidden level */
H A Ddb_print.c178 for (i = regp->low; i <= regp->high; i++) {
/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/bsd/isofs/cd9660/
H A Dcd9660_rrip.c401 u_int high, low; local
403 high = isonum_733(p->dev_t_high);
406 if (high == 0)
409 ana->inop->inode.iso_rdev = makedev(high, minor(low));
420 ana->fields &= isonum_711(p->flags)|~0xff; /* don't touch high bits */
/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 )
129 return( (val >= low) && (val <= high) );
132 static Boolean CompareWideRange( u_int64_t val, u_int64_t low, u_int64_t high )
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.h58 #define high(x) ((byte)((x) >> 8)) macro
H A Dadsp_Control.c279 sp->f.data[0] = high(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;
359 high += c[0] + c[2];
364 sum = (high << 8) + low;

Completed in 173 milliseconds

12