Searched refs:hw2 (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Dcmp.c133 * Rank the relative importance of optimizing for hw1 or hw2
136 pg_plat_hw_rank(pghw_type_t hw1, pghw_type_t hw2) argument
152 if (hw_hier[i] == hw2)
158 return (hw2);
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcmp.c226 * Rank the relative importance of optimizing for hw1 or hw2
229 pg_plat_hw_rank(pghw_type_t hw1, pghw_type_t hw2) argument
245 if (hw_hier[i] == hw2)
252 return (hw2);
/illumos-gate/usr/src/uts/common/disp/
H A Dcmt.c275 pghw_type_t hw2 = ((pghw_t *)pg2)->pghw_hw; local
281 if (PGHW_IS_PM_DOMAIN(hw1) && !PGHW_IS_PM_DOMAIN(hw2))
283 if (PGHW_IS_PM_DOMAIN(hw2) && !PGHW_IS_PM_DOMAIN(hw1))
290 if (pg_plat_hw_rank(hw1, hw2) == hw1)
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c331 * hw1 vs hw2
334 pg_plat_hw_rank(pghw_type_t hw1, pghw_type_t hw2) argument
352 if (hw_hier[i] == hw2)
359 return (hw2);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_v2.c1000 Word hw1 = 0, hw2 = 0; local
1016 hw2 |= v;
1038 CA_SUNW_HW_2, hw2, FALSE))
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c437 Conv_cap_val_hw2_buf_t hw2; member in union:__anon38
534 0, &conv_buf.hw2);

Completed in 86 milliseconds