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

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s146 * use. Bit 2 (BCOPY_FLAG) indicates that the call was to bcopy.
175 * BCOPY_FLAG: Set for bcopy calls, cleared for kcopy calls
182 #define BCOPY_FLAG 2 define
183 #define COPY_FLAGS (FPUSED_FLAG | BCOPY_FLAG)
522 and %l6, BCOPY_FLAG, %l1 ! copy flag to %l1
593 btst BCOPY_FLAG, %l1
647 ! kcopy and bcopy use the same code path. If BCOPY_FLAG is set
651 or %l6, BCOPY_FLAG, %l6
1564 btst BCOPY_FLAG, %l1
1829 btst BCOPY_FLAG,
[all...]

Completed in 45 milliseconds