Searched defs:hw1 (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
150 if (hw_hier[i] == hw1)
156 return (hw1);
/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
243 if (hw_hier[i] == hw1)
250 return (hw1);
/illumos-gate/usr/src/uts/common/disp/
H A Dcmt.c274 pghw_type_t hw1 = ((pghw_t *)pg1)->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/cmd/sgs/libld/common/
H A Dmap_v2.c1000 Word hw1 = 0, hw2 = 0; local
1011 hw1 |= v;
1035 CA_SUNW_HW_1, hw1, TRUE))
/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
350 if (hw_hier[i] == hw1)
357 return (hw1);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c436 Conv_cap_val_hw1_buf_t hw1; member in union:__anon38
513 0, &conv_buf.hw1);

Completed in 113 milliseconds