Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.c324 uint_t hw_copy_limit_4; variable
/illumos-gate/usr/src/uts/sun4u/os/
H A Dmach_startup.c186 hw_copy_limit_4 = 0; in mach_hw_copy_limit()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.S772 sethi %hi(hw_copy_limit_4), %o3 ! Check copy limit
773 ld [%o3 + %lo(hw_copy_limit_4)], %o3
947 sethi %hi(hw_copy_limit_4), %o3 ! Check copy limit
948 ld [%o3 + %lo(hw_copy_limit_4)], %o3
1823 ld [%o3 + %lo(hw_copy_limit_4)], %o3
2447 ld [%o3 + %lo(hw_copy_limit_4)], %o3
2585 ld [%o3 + %lo(hw_copy_limit_4)], %o3
3201 ld [%o3 + %lo(hw_copy_limit_4)], %o3
3347 ld [%o3 + %lo(hw_copy_limit_4)], %o3
3436 ld [%o3 + %lo(hw_copy_limit_4)], %o3
[all …]
H A Dopl_olympus_copy.S729 sethi %hi(hw_copy_limit_4), %o3 ! Check copy limit
730 ld [%o3 + %lo(hw_copy_limit_4)], %o3
904 sethi %hi(hw_copy_limit_4), %o3 ! Check copy limit
905 ld [%o3 + %lo(hw_copy_limit_4)], %o3
1757 ld [%o3 + %lo(hw_copy_limit_4)], %o3
2372 ld [%o3 + %lo(hw_copy_limit_4)], %o3
2510 ld [%o3 + %lo(hw_copy_limit_4)], %o3
3117 ld [%o3 + %lo(hw_copy_limit_4)], %o3
3263 ld [%o3 + %lo(hw_copy_limit_4)], %o3
3352 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.c6873 if (hw_copy_limit_4 == 0) {
6874 hw_copy_limit_4 = 4 * VIS_COPY_THRESHOLD;
6875 priv_hcl_4 = hw_copy_limit_4;
7002 hcl4_orig = hw_copy_limit_4;
7005 hw_copy_limit_1 = hw_copy_limit_2 = hw_copy_limit_4 =
7066 hw_copy_limit_4 = hcl4_orig;
H A Dspitfire_copy.S2350 ! We're negative if our size is larger than hw_copy_limit_4.
3540 ! We're negative if our size is less than or equal to hw_copy_limit_4.
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachsystm.h313 extern uint_t hw_copy_limit_4;
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachsystm.h314 extern uint_t hw_copy_limit_4;
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.S4535 ! We're negative if our size is larger than hw_copy_limit_4.
6665 ! We're negative if our size is less than or equal to hw_copy_limit_4.