Searched refs:hw_copy_limit_8 (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | opl_olympus.c | 1657 if (hw_copy_limit_8 == 0) { 1658 hw_copy_limit_8 = 4 * VIS_COPY_THRESHOLD; 1659 priv_hcl_8 = hw_copy_limit_8; 1676 if (hw_copy_limit_8 == 4 * VIS_COPY_THRESHOLD) { 1684 (priv_hcl_8 == hw_copy_limit_8)) { 1686 hw_copy_limit_8 = 4 * 1689 hw_copy_limit_8 = 4 * 1692 hw_copy_limit_8 = 4 * 1694 priv_hcl_8 = hw_copy_limit_8; 1701 if (priv_hcl_8 == hw_copy_limit_8) { [all …]
|
H A D | us3_common.c | 6877 if (hw_copy_limit_8 == 0) { 6878 hw_copy_limit_8 = 4 * VIS_COPY_THRESHOLD; 6879 priv_hcl_8 = hw_copy_limit_8; 6896 if (hw_copy_limit_8 == 4 * VIS_COPY_THRESHOLD) { 6904 (priv_hcl_8 == hw_copy_limit_8)) { 6906 hw_copy_limit_8 = 4 * 6909 hw_copy_limit_8 = 4 * 6912 hw_copy_limit_8 = 4 * 6914 priv_hcl_8 = hw_copy_limit_8; 6921 if (priv_hcl_8 == hw_copy_limit_8) { [all …]
|
H A D | cheetah_copy.S | 782 sethi %hi(hw_copy_limit_8), %o3 ! Check copy limit 783 ld [%o3 + %lo(hw_copy_limit_8)], %o3 957 sethi %hi(hw_copy_limit_8), %o3 ! Check copy limit 958 ld [%o3 + %lo(hw_copy_limit_8)], %o3 1832 sethi %hi(hw_copy_limit_8), %o3 ! Check copy limit 1833 ld [%o3 + %lo(hw_copy_limit_8)], %o3 2456 sethi %hi(hw_copy_limit_8), %o3 ! Check copy limit 2457 ld [%o3 + %lo(hw_copy_limit_8)], %o3 2594 sethi %hi(hw_copy_limit_8), %o3 ! Check copy limit 2595 ld [%o3 + %lo(hw_copy_limit_8)], %o3 [all …]
|
H A D | opl_olympus_copy.S | 739 sethi %hi(hw_copy_limit_8), %o3 ! Check copy limit 740 ld [%o3 + %lo(hw_copy_limit_8)], %o3 914 sethi %hi(hw_copy_limit_8), %o3 ! Check copy limit 915 ld [%o3 + %lo(hw_copy_limit_8)], %o3 1766 sethi %hi(hw_copy_limit_8), %o3 ! Check copy limit 1767 ld [%o3 + %lo(hw_copy_limit_8)], %o3 2381 sethi %hi(hw_copy_limit_8), %o3 ! Check copy limit 2382 ld [%o3 + %lo(hw_copy_limit_8)], %o3 2519 sethi %hi(hw_copy_limit_8), %o3 ! Check copy limit 2520 ld [%o3 + %lo(hw_copy_limit_8)], %o3 [all …]
|
H A D | spitfire.c | 610 hw_copy_limit_8 = VIS_COPY_THRESHOLD; in cpu_fiximp() 614 hw_copy_limit_8 = 1536; in cpu_fiximp() 618 hw_copy_limit_8 = 2560; in cpu_fiximp() 622 hw_copy_limit_8 = 3072; in cpu_fiximp() 626 hw_copy_limit_8 = 3584; in cpu_fiximp()
|
H A D | spitfire_copy.S | 2298 sethi %hi(hw_copy_limit_8), %o3 2299 ld [%o3 + %lo(hw_copy_limit_8)], %o3
|
/illumos-gate/usr/src/uts/sun4/cpu/ |
H A D | cpu_module.c | 325 uint_t hw_copy_limit_8; variable
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | mach_startup.c | 187 hw_copy_limit_8 = 0; in mach_hw_copy_limit()
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | machsystm.h | 314 extern uint_t hw_copy_limit_8;
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | machsystm.h | 315 extern uint_t hw_copy_limit_8;
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | niagara_copy.S | 4485 sethi %hi(hw_copy_limit_8), %o3 4486 ld [%o3 + %lo(hw_copy_limit_8)], %o3
|