Searched refs:more (Results 1 - 21 of 21) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_command.h85 struct db_command *more; /* another level of command */ member in struct:db_command
H A Ddb_command.c310 if ((cmd_table = cmd->more) != 0) {
449 .more = db_show_all_cmds
729 .more = db_show_cmds
843 db_command_table[0].more = ptr;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhibernate_restore.s89 bdnz hibernate_restore_phys_pageCopy ; loop if more chunks
100 bdnz hibernate_restore_phys_pageFlush ; loop if more chunks
168 bdnz hibernate_restore_phys_page64Copy ; loop if more chunks
187 bdnz hibernate_restore_phys_page64Flush ; loop if more chunks
H A Dskiplists.s36 * The basic idea is that each mapping is on one or more singly-linked lists, sorted
97 * We return the mapping ptr (or 0) in r3, and the next VA (or 0 if no more) in r4 and r5.
332 * We return the mapping ptr (or 0) in r3, and the next VA (or 0 if no more) in r4 and r5.
558 sub. r6,r9,r7 ; is this mapping on more lists than any other?
583 bdnzt cr0_eq,mapIns64NewList ; loop if more lists to initialize and list hdr was 0
597 cmpwi cr1,r8,0 ; more to go?
603 bne++ cr1,mapIns64a ; more lists to go
607 ; iff the new mapping has more lists. Since mapSearchFull() only sets up the first
624 bdnzt cr0_eq,mapIns32NewList ; loop if more lists to initialize and list hdr was 0
638 cmpwi cr1,r8,0 ; more t
[all...]
H A Dsavearea_asm.s542 ; There is nothing more that we can do at this point. Hopefully we stay alive
682 ; There is nothing more that we can do at this point. Hopefully we stay alive
1276 ble-- save_recover1 ; not any more
1331 ; r8 = #pages more we still need to recover
1337 srcnext: beq- cr1,srcdone ; We have no more to get...
1353 cmplwi cr1,r8,0 ; Do we actually need any more?
1363 bne+ cr1,srcnpool ; We still have more to do...
1414 ; r8 = #pages more we still need to recover
1423 beq-- cr1,srcdone ; We have no more to get...
1439 cmplwi cr1,r8,0 ; Do we actually need any more
[all...]
H A Dmachine_routines_asm.s203 ; We need to insure that there is no more than 1 BAT register that
1008 ; by more than 10 ticks, re-arm it since it is unlikely to fire at this point...
1130 add r6,r6,r4 ; A bit more
1131 add r6,r6,r5 ; A bit more
1339 bne+ cistouch ; Nope, do more...
1350 bne+ cisflush ; Nope, do more...
2307 ; minimum, which is 10, nor more than maxDec, which is usually 0x7FFFFFFF
2308 ; and never more than that but can be set by root.
H A Dhw_exception.s90 * may be much more). We're trying to catch kernel stack overflows :-)
868 cmplw r4,r2 ; Still some more?
1193 mr. r24,r24 ; Any more context stacked?
1359 mr. r24,r24 ; Any more context?
1743 stw r22,0(r22) ; (TEST/DEBUG) Lock out more checks
1766 fcknext: mr. r27,r27 ; (TEST/DEBUG) Any more threads?
1824 stw r22,0(r22) ; (TEST/DEBUG) Lock out more checks
H A Dhw_vm.s504 * 16) invalidate tlb entries for the whole block map but no more than the full tlb
653 ; mapping (more than one if a block) and accumulate the reference
919 addi r2,r4,-mapRemChunk ; See if mapRemChunk or more
921 srawi r2,r2,31 ; We have -1 if less than mapRemChunk or 0 if equal or more
923 subi r4,r4,mapRemChunk-1 ; Back off for a running start (will be negative for more than mapRemChunk)
927 and r4,r4,r2 ; If more than a chunk, bring this back to 0
1010 and r5,r25,r5 ; Clear count if we have more than max
1114 // **** Need to adjust above shift based on the page size - large pages need to shift a bit more
1201 b hrmPtlb64x ; Sniff some more...
1255 addi r2,r4,-mapRemChunk ; See if mapRemChunk or more
[all...]
H A Dlowmem_vectors.s60 baseR: /* Used so we have more readable code */
816 mfsprg r11,0 ; Get the per proc once more
2533 beq mckNotSure ; We need some more checks for this one...
2547 ; more than 1 valid SLBE with a matching ESID. That one we do not want to
2643 bne-- mckFIR ; Yup, go check some more...
H A Dstart.s246 sync ; Hang out some more...
H A DEmulate.s655 bt- cr0_eq,aaStmwNxt ; We have more to do and no failed access...
H A DFirmware.s955 mr. r6,r6 /* Any more? */
1821 mr r31,r6 /* Get a more sane base register */
1912 bne+ blitrow /* Nope, do it some more... */
1917 bne+ startNybble /* Nope, go through the word one more time... */
2174 ; Saves yet more registers
H A Dcswtch.s2214 bne vr_ld1 ; loop if more bits in r10
H A Dvmachmon_asm.s503 ; then it will be possible for more than one thread to access this stuff at the same time.
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOWorkLoop.cpp301 bool more; local
304 more = false;
311 more |= evnt->checkForWork();
317 more = true;
321 } while (more);
H A DIOServicePM.cpp191 * It's possible to have more than one power state change pending at one
639 // no more power state changes
2237 // of servicing more activity tickles rather than dropping one when
3717 // When power rises enough to satisfy the tickle's desire for more power,
4978 // requirement is equal to the input parameter. Where a more intelligent
5005 // requirement is equal to the input parameter. Where a more intelligent
5032 // requirement is equal to the input parameter. Where a more intelligent
5245 return false; // do not signal more
5249 return false; // do not signal more
5262 bool more local
5634 bool more = false; local
5853 bool more = false; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/ppc/
H A Dbcmp.s48 bgt cr1,Llong ; more than 6 chars long
75 andi. r5,r5,3 ; more to go?
H A Dmemcmp.s90 andi. r5,r5,3 ; more to go?
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_misc.s66 b kcpagain ; Once more with feeling...
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dxsumas.s224 cmpwi cr6,r4,4 ; two more bytes (after we decrement)?
229 bge cr6,Lshort1 ; loop for 2 more bytes
299 bdz-- LEarlyExit ; early exit if no more chunks
/macosx-10.5.8/xnu-1228.15.4/libkern/
H A Dzlib.c514 * trees more frequently.
635 * is preferable to spend more time in matches to allow very fast string
641 * A previous version of this file used a more sophisticated algorithm
643 * time, but has a larger average cost, uses more memory and is patented.
681 need_more, /* block not completed, need more input or more output */
683 finish_started, /* finish started, need only more output at next deflate */
684 finish_done /* finish done, accept no more input or output */
1090 * more output space, but possibly with both pending and
1108 /* User must not provide more inpu
1564 unsigned more; /* Amount of free space at the end of the window. */ local
[all...]

Completed in 229 milliseconds