Searched refs:adjust (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dbsd_i386.c819 int adjust)
826 iss64->isf.rsp += adjust;
834 iss32->uesp += adjust;
817 thread_adjuserstack( thread_t thread, int adjust) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea_asm.s297 bl saveunlock ; Unlock the list and set the adjust count
535 bl saveunlock ; Update the adjust field and unlock
551 bl saveunlock ; Update the adjust field and unlock
675 bl saveunlock ; Update the adjust field and unlock
691 bl saveunlock ; Update the adjust field and unlock
870 b saveunlock ; Set adjust count, unlock the saveanchor, and return
941 b saveunlock ; Set adjust count, unlock the saveanchor, and return
987 neg. r8,r8 ; Get the actual we need to toss (adjust is neg if too many)
993 stw r3,SVlock(0) ; Quick unlock (no need for sync or to set adjust, nothing changed)
1226 stdone: bl saveunlock ; Unlock the saveanchor and set adjust fiel
[all...]
H A Dstatus.c1367 thread_adjuserstack(thread_t thread, int adjust) argument
1373 sv->save_r1 += adjust; /* Adjust the stack */
H A DEmulate.s357 addic. r3,r3,-28 ; Subtract 7*4 to adjust index
H A Dmachine_routines_asm.s2332 subi r10,r12,kMin ; Adjust maximum for minimum adjust
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread.h656 int adjust);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dxsumas.s81 sub r4,r4,r0 ; adjust length for bytes in partial word
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_subs.c1710 * adjust and return. Otherwise, rescan and truncate
1738 * Find the mbuf with last data, adjust its length,
1766 int cnt = 0, dlen, adjust; local
1782 adjust = nmc->nmc_ptr - data;
1783 dlen -= adjust;
1784 if ((dlen > 0) && (adjust > 0)) {

Completed in 107 milliseconds