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

12

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/orig/
H A Ddb_print.c487 for (i = regp->low; i <= regp->high; i++) {
1373 for (i = runq->low, q = runq->runq + i; i < NRQS; i++, q++) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_exception.s314 * BSD system calls are low positive
500 ori r10,r10,lo16(EXT(PPCcalls)) ; Merge in low half
658 stw r3,saver3+4(r30) ; Stash the low part of the return code
734 ori r28,r28,lo16(EXT(kern_invalid)) ; Get low half of invalid syscall function
872 ori r2,r2,lo16(MSR_EXPORT_MASK_SET) ; And the low part
1460 lwz r23,qactTimer+4(r28) ; Get low order qact timer
1464 mftb r21 ; Get the low
1673 ; problems in low-level mapping chains, trashed savearea free chains,
H A Dstart.s103 rlwinm r30,r30,0,1,0 ; Copy low 32 bits to top 32
104 rlwimi r30,r28,0,0,31 ; Insert low part of 64-bit address in bottom 32 bits
143 ; Here is where we do any one time general low-level initialization
302 ori r5,r5,lo16(startcommon) ; Get low of address of continue point
H A Dvmachmon_asm.s157 ori r10,r10,lo16(EXT(vmm_dispatch_table)) ; Get low half of table
245 mr r8,r6 ; Move guest address to low half of long long
247 mr r6,r5 ; Move host address to low half of long long
255 mr r6,r5 ; Move guest address to low half of long long
265 mr r6,r5 ; Move guest address to low half of long long
274 mr r6,r5 ; Move guest address to low half of long long
283 mr r6,r5 ; Move guest address to low half of long long
292 mr r8,r6 ; Move guest address to low half of long long
294 mr r6,r5 ; Move host address to low half of long long
303 mr r6,r5 ; Move guest address to low hal
[all...]
H A Dhw_vm.s108 * Make mapping - not block or I/O - note: this is low-level, upper should remove duplicates
123 * Make mapping - block or I/O - note: this is low-level, upper should remove duplicates
213 slw r9,r23,r22 ; Isolate the low part
291 xor r10,r10,r8 ; Calculate the low 32 bits of the VSID
672 rlwimi r23,r30,0,0,31 ; Insert low under high part of address
1464 ; r30: low-order 32 bits of guest virtual address
1476 rlwinm r30,r30,0,0xFFFFF000 ; Clean up low-order bits of 32-bit guest vaddr
2109 * r5 : low-order 32 bits of guest virtual address
2411 mr r30,r5 ; Save next va low half
2422 ; physical to virtual and we only do 32-bit virtual, we only need the low orde
[all...]
H A DEmulate.s344 ; The table of these emulation routines is indexed by taking the low order 4 bits of
H A Dcswtch.s114 * R3 = switchee's savearea, virtual if continuation, low order physical for full switch
279 ; Note that the low-level code requires the R7 contain the high order half of the savearea's
283 lwz r11,SACvrswap+4(r11) ; Get the low order V to R translation
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_print.c178 for (i = regp->low; i <= regp->high; i++) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.c88 * Print # histogram ticks too low/too high for server/mk.
1004 "%12s histogram ticks were too low\n",
1119 (unsigned long)stats->stats_unused[i].low);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Ddis_tables.c1277 * Get the next byte and separate the op code into the high and low nibbles.
1280 dtrace_get_opcode(dis86_t *x, uint_t *high, uint_t *low) argument
1297 *low = byte & 0xf; /* ----xxxx low 4 bits */
1723 uint_t opcode2; /* low nibble of 1st byte */
1726 uint_t opcode5; /* low nibble of 2nd byte */
1728 uint_t opcode7; /* low nibble of 3rd byte */
2221 /* immediate to register with register in low 3 bits */
2393 * single register operand with register in the low 3
2407 * register to accumulator with register in the low
[all...]

Completed in 106 milliseconds

12