Searched refs:hw_copy_limit_4 (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/uts/sun4/cpu/ |
H A D | cpu_module.c | 324 uint_t hw_copy_limit_4; variable
|
/titanic_50/usr/src/uts/sun4u/cpu/ |
H A D | cheetah_copy.s | 787 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 D | opl_olympus_copy.s | 742 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 D | opl_olympus.c | 1653 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 D | spitfire.c | 609 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 D | us3_common.c | 6872 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 D | spitfire_copy.s | 2401 ! 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 D | mach_startup.c | 185 hw_copy_limit_4 = 0; in mach_hw_copy_limit()
|
/titanic_50/usr/src/uts/sun4u/sys/ |
H A D | machsystm.h | 313 extern uint_t hw_copy_limit_4;
|
/titanic_50/usr/src/uts/sun4v/sys/ |
H A D | machsystm.h | 314 extern uint_t hw_copy_limit_4;
|
/titanic_50/usr/src/uts/sun4v/cpu/ |
H A D | niagara_copy.s | 4586 ! 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.
|