Home
last modified time | relevance | path

Searched refs:hw_copy_limit_4 (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/sun4/cpu/
H A Dcpu_module.c324 uint_t hw_copy_limit_4; variable
/titanic_50/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s787 sethi %hi(hw_copy_limit_4), %o3 ! Check copy limit
788 ld [%o3 + %lo(hw_copy_limit_4)], %o3
971 sethi %hi(hw_copy_limit_4), %o3 ! Check copy limit
972 ld [%o3 + %lo(hw_copy_limit_4)], %o3
1881 sethi %hi(hw_copy_limit_4), %o3 ! Check copy limit
1882 ld [%o3 + %lo(hw_copy_limit_4)], %o3
2516 sethi %hi(hw_copy_limit_4), %o3 ! Check copy limit
2517 ld [%o3 + %lo(hw_copy_limit_4)], %o3
2676 sethi %hi(hw_copy_limit_4), %o3 ! Check copy limit
2677 ld [%o3 + %lo(hw_copy_limit_4)], %o3
[all …]
H A Dopl_olympus_copy.s742 sethi %hi(hw_copy_limit_4), %o3 ! Check copy limit
743 ld [%o3 + %lo(hw_copy_limit_4)], %o3
926 sethi %hi(hw_copy_limit_4), %o3 ! Check copy limit
927 ld [%o3 + %lo(hw_copy_limit_4)], %o3
1813 sethi %hi(hw_copy_limit_4), %o3 ! Check copy limit
1814 ld [%o3 + %lo(hw_copy_limit_4)], %o3
2439 sethi %hi(hw_copy_limit_4), %o3 ! Check copy limit
2440 ld [%o3 + %lo(hw_copy_limit_4)], %o3
2599 sethi %hi(hw_copy_limit_4), %o3 ! Check copy limit
2600 ld [%o3 + %lo(hw_copy_limit_4)], %o3
[all …]
H A Dopl_olympus.c1653 if (hw_copy_limit_4 == 0) {
1654 hw_copy_limit_4 = 4 * VIS_COPY_THRESHOLD;
1655 priv_hcl_4 = hw_copy_limit_4;
H A Dspitfire.c609 hw_copy_limit_4 = VIS_COPY_THRESHOLD; in cpu_fiximp()
613 hw_copy_limit_4 = 1280; in cpu_fiximp()
617 hw_copy_limit_4 = 2048; in cpu_fiximp()
621 hw_copy_limit_4 = 2560; in cpu_fiximp()
625 hw_copy_limit_4 = 3072; in cpu_fiximp()
H A Dus3_common.c6872 if (hw_copy_limit_4 == 0) {
6873 hw_copy_limit_4 = 4 * VIS_COPY_THRESHOLD;
6874 priv_hcl_4 = hw_copy_limit_4;
7001 hcl4_orig = hw_copy_limit_4;
7004 hw_copy_limit_1 = hw_copy_limit_2 = hw_copy_limit_4 =
7065 hw_copy_limit_4 = hcl4_orig;
H A Dspitfire_copy.s2401 ! We're negative if our size is larger than hw_copy_limit_4.
3624 ! We're negative if our size is less than or equal to hw_copy_limit_4.
/titanic_50/usr/src/uts/sun4u/os/
H A Dmach_startup.c185 hw_copy_limit_4 = 0; in mach_hw_copy_limit()
/titanic_50/usr/src/uts/sun4u/sys/
H A Dmachsystm.h313 extern uint_t hw_copy_limit_4;
/titanic_50/usr/src/uts/sun4v/sys/
H A Dmachsystm.h314 extern uint_t hw_copy_limit_4;
/titanic_50/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.s4586 ! We're negative if our size is larger than hw_copy_limit_4.
6749 ! We're negative if our size is less than or equal to hw_copy_limit_4.