Searched refs:VIS_COPY_THRESHOLD (Results 1 - 8 of 8) 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 Dopl_olympus.c1646 hw_copy_limit_1 = VIS_COPY_THRESHOLD;
1650 hw_copy_limit_2 = 2 * VIS_COPY_THRESHOLD;
1654 hw_copy_limit_4 = 4 * VIS_COPY_THRESHOLD;
1658 hw_copy_limit_8 = 4 * VIS_COPY_THRESHOLD;
1676 if (hw_copy_limit_8 == 4 * VIS_COPY_THRESHOLD) {
1687 VIS_COPY_THRESHOLD;
1690 VIS_COPY_THRESHOLD;
1693 VIS_COPY_THRESHOLD;
1709 VIS_COPY_THRESHOLD;
1712 VIS_COPY_THRESHOLD;
[all...]
H A Dus3_common.c6865 hw_copy_limit_1 = VIS_COPY_THRESHOLD;
6869 hw_copy_limit_2 = 2 * VIS_COPY_THRESHOLD;
6873 hw_copy_limit_4 = 4 * VIS_COPY_THRESHOLD;
6877 hw_copy_limit_8 = 4 * VIS_COPY_THRESHOLD;
6895 if (hw_copy_limit_8 == 4 * VIS_COPY_THRESHOLD) {
6906 VIS_COPY_THRESHOLD;
6909 VIS_COPY_THRESHOLD;
6912 VIS_COPY_THRESHOLD;
6928 VIS_COPY_THRESHOLD;
6931 VIS_COPY_THRESHOLD;
[all...]
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...]
H A Dspitfire.c596 * of VIS_COPY_THRESHOLD comes from the copyin/copyout code
597 * and its floor of VIS_COPY_THRESHOLD bytes before it will use
606 hw_copy_limit_1 = VIS_COPY_THRESHOLD;
608 hw_copy_limit_2 = VIS_COPY_THRESHOLD;
609 hw_copy_limit_4 = VIS_COPY_THRESHOLD;
610 hw_copy_limit_8 = VIS_COPY_THRESHOLD;

Completed in 108 milliseconds