Searched defs:VIS_COPY_THRESHOLD (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachsystm.h318 #define VIS_COPY_THRESHOLD 256 macro
320 #define VIS_COPY_THRESHOLD 900 macro
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachsystm.h319 #define VIS_COPY_THRESHOLD 256 macro
321 #define VIS_COPY_THRESHOLD 900 macro
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s64 * if (length <= VIS_COPY_THRESHOLD) ! start with a quick test
282 * If hw_copy_limit_? is set to a value between 1 and VIS_COPY_THRESHOLD (256)
283 * the value of VIS_COPY_THRESHOLD is used.
473 * VIS_COPY_THRESHOLD indicates the minimum number of bytes needed
477 * reducing VIS_COPY_THRESHOLD below 256.
483 #define VIS_COPY_THRESHOLD 256 define
754 cmp %o2, VIS_COPY_THRESHOLD ! check for leaf rtn case
938 cmp %o2, VIS_COPY_THRESHOLD ! check for leaf rtn case
1292 * Copies that reach here are larger than VIS_COPY_THRESHOLD bytes
1848 cmp %o2, VIS_COPY_THRESHOLD ! chec
[all...]
H A Dopl_olympus_copy.s60 * if (length <= VIS_COPY_THRESHOLD) ! start with a quick test
277 * If hw_copy_limit_? is set to a value between 1 and VIS_COPY_THRESHOLD (256)
278 * the value of VIS_COPY_THRESHOLD is used.
449 * VIS_COPY_THRESHOLD indicates the minimum number of bytes needed
453 * reducing VIS_COPY_THRESHOLD below 256.
459 #define VIS_COPY_THRESHOLD 256 define
709 cmp %o2, VIS_COPY_THRESHOLD ! check for leaf rtn case
893 cmp %o2, VIS_COPY_THRESHOLD ! check for leaf rtn case
1244 * Copies that reach here are larger than VIS_COPY_THRESHOLD bytes
1780 cmp %o2, VIS_COPY_THRESHOLD ! chec
[all...]
H A Dspitfire_copy.s165 #define VIS_COPY_THRESHOLD 900 define
663 cmp %i2, VIS_COPY_THRESHOLD ! for large counts
707 cmp %i2, VIS_COPY_THRESHOLD+(64*4) ! for large counts (larger
2095 * against a soft limit of VIS_COPY_THRESHOLD (900 on spitfire). If
2096 * we're larger than VIS_COPY_THRESHOLD, we check against a limit based
2310 subcc %o2, VIS_COPY_THRESHOLD, %o3
2347 subcc %o2, VIS_COPY_THRESHOLD, %o3
2389 subcc %o2, VIS_COPY_THRESHOLD, %o3
2556 cmp %i2, VIS_COPY_THRESHOLD+(64*4) ! for large counts (larger
3554 subcc %o2, VIS_COPY_THRESHOLD,
[all...]

Completed in 74 milliseconds