Lines Matching refs:or

9  * or http://www.opensolaris.org/os/licensing.
44 * Less then or equal this number of bytes we will always copy byte-for-byte
56 * Copy a block of storage, returning an error code if `from' or
80 or %o5, LOFAULT_SET, %o5
169 or %i4, %i3, %i4 ! or in with previous bytes (if any)
180 or %i4, %i5, %i5 ! merge
204 or %i5, %i4, %i5
219 or %i5, %i4, %i5 ! merge to complete word
245 or %i5, %i4, %i5 ! merge with upper dest bits (leftover)
274 or %i4, %i3, %i4 ! or in with previous bytes (if any)
305 blu %ncc, .dbytecp ! if 3 or less bytes use bytecp
395 bgu,a %ncc, 1f ! nothing to do or bad arguments
553 * If count is less than or equal to SMALL_LIMIT (7) we
558 * of chunks (8, 4, 2 or 1 byte) operated on in our basic copy loop
627 or REAL_LOFAULT, %lo(.copyout_err), REAL_LOFAULT
641 or %o3, %lo(copyio_fault), %o3
655 or %o0, %o1, %o3
696 ! limit for single byte copies. If we're smaller or equal,
839 or REAL_LOFAULT, %lo(.xcopyout_err), REAL_LOFAULT
866 or %o4, %lo(.little_err), %o4
907 or REAL_LOFAULT, %lo(.copyin_err), REAL_LOFAULT
921 or %o3, %lo(copyio_fault), %o3
934 or %o0, %o1, %o3
969 ! limit for single byte copies. If we're smaller, or equal,
1108 or REAL_LOFAULT, %lo(.xcopyin_err), REAL_LOFAULT
1135 or %o4, %lo(.little_err), %o4
1184 or REAL_LOFAULT, %lo(.copyio_noerr), REAL_LOFAULT
1209 or REAL_LOFAULT, %lo(.copyio_noerr), REAL_LOFAULT
1333 or %o2, %lo(.zeroerr), %o2
1345 or %o5, LOFAULT_SET, %o5
1346 or %o2, %lo(.zeroerr), %o2
1352 * We got here because of a fault during kzero or if
1353 * uzero or bzero was called with t_lofault non-zero.
1383 ! handler was present or both. In all cases we need to reset
1385 ! before we either simply return the error or we invoke the
1417 or %o2, %lo(.zeroerr), %o2
1463 cmp %o4, 0x100 ! 256 bytes or more
1581 ! or bzero(). kzero() *always* sets a lofault handler.