Symbol: pghw_type_t
usr/src/uts/common/disp/cmt.c
1257
cmt_pad_enable(pghw_type_t type)
usr/src/uts/common/disp/cmt.c
1309
cmt_pad_disable(pghw_type_t type)
usr/src/uts/common/disp/cmt.c
1474
pghw_type_t hw;
usr/src/uts/common/disp/cmt.c
150
static int pg_cmt_hw(pghw_type_t);
usr/src/uts/common/disp/cmt.c
241
pg_cmt_policy(pghw_type_t hw)
usr/src/uts/common/disp/cmt.c
274
pghw_type_t hw1 = ((pghw_t *)pg1)->pghw_hw;
usr/src/uts/common/disp/cmt.c
275
pghw_type_t hw2 = ((pghw_t *)pg2)->pghw_hw;
usr/src/uts/common/disp/cmt.c
505
pghw_type_t hw;
usr/src/uts/common/os/cap_util.c
1193
pghw_type_t pg_hw_type;
usr/src/uts/common/os/cap_util.c
1593
pghw_type_t pg_hwtype;
usr/src/uts/common/os/cap_util.c
464
pghw_type_t pg_hw_type;
usr/src/uts/common/os/cpu_pm.c
755
pghw_type_t hw;
usr/src/uts/common/os/pghw.c
215
static group_t *pghw_set_create(pghw_type_t);
usr/src/uts/common/os/pghw.c
227
pghw_init(pghw_t *pg, cpu_t *cp, pghw_type_t hw)
usr/src/uts/common/os/pghw.c
277
pg->pghw_hw = (pghw_type_t)-1;
usr/src/uts/common/os/pghw.c
314
pghw_place_cpu(cpu_t *cp, pghw_type_t hw)
usr/src/uts/common/os/pghw.c
330
pghw_find_pg(cpu_t *cp, pghw_type_t hw)
usr/src/uts/common/os/pghw.c
348
pghw_find_by_instance(id_t id, pghw_type_t hw)
usr/src/uts/common/os/pghw.c
397
pghw_set_create(pghw_type_t hw)
usr/src/uts/common/os/pghw.c
430
pghw_set_lookup(pghw_type_t hw)
usr/src/uts/common/os/pghw.c
466
pghw_type_string(pghw_type_t hw)
usr/src/uts/common/sys/cmt.h
108
pg_cmt_policy_t pg_plat_cmt_policy(pghw_type_t);
usr/src/uts/common/sys/cmt.h
119
int cmt_pad_enable(pghw_type_t);
usr/src/uts/common/sys/cmt.h
120
int cmt_pad_disable(pghw_type_t);
usr/src/uts/common/sys/pghw.h
116
pghw_type_t pghw_hw; /* HW sharing relationship */
usr/src/uts/common/sys/pghw.h
151
extern void pghw_init(pghw_t *, cpu_t *, pghw_type_t);
usr/src/uts/common/sys/pghw.h
154
extern pghw_t *pghw_place_cpu(cpu_t *, pghw_type_t);
usr/src/uts/common/sys/pghw.h
166
extern pghw_t *pghw_find_pg(cpu_t *, pghw_type_t);
usr/src/uts/common/sys/pghw.h
167
extern pghw_t *pghw_find_by_instance(id_t, pghw_type_t);
usr/src/uts/common/sys/pghw.h
168
extern group_t *pghw_set_lookup(pghw_type_t);
usr/src/uts/common/sys/pghw.h
171
extern int pg_plat_hw_shared(cpu_t *, pghw_type_t);
usr/src/uts/common/sys/pghw.h
172
extern int pg_plat_cpus_share(cpu_t *, cpu_t *, pghw_type_t);
usr/src/uts/common/sys/pghw.h
173
extern id_t pg_plat_hw_instance_id(cpu_t *, pghw_type_t);
usr/src/uts/common/sys/pghw.h
174
extern pghw_type_t pg_plat_hw_rank(pghw_type_t, pghw_type_t);
usr/src/uts/common/sys/pghw.h
179
extern char *pghw_type_string(pghw_type_t);
usr/src/uts/i86pc/os/mp_machdep.c
1752
pg_cmt_load_bal_hw(pghw_type_t hw)
usr/src/uts/i86pc/os/mp_machdep.c
1767
pg_cmt_affinity_hw(pghw_type_t hw)
usr/src/uts/i86pc/os/mp_machdep.c
240
pg_plat_hw_shared(cpu_t *cp, pghw_type_t hw)
usr/src/uts/i86pc/os/mp_machdep.c
293
pg_plat_cpus_share(cpu_t *cpu_a, cpu_t *cpu_b, pghw_type_t hw)
usr/src/uts/i86pc/os/mp_machdep.c
311
pg_plat_hw_instance_id(cpu_t *cpu, pghw_type_t hw)
usr/src/uts/i86pc/os/mp_machdep.c
337
pghw_type_t
usr/src/uts/i86pc/os/mp_machdep.c
338
pg_plat_hw_rank(pghw_type_t hw1, pghw_type_t hw2)
usr/src/uts/i86pc/os/mp_machdep.c
342
static pghw_type_t hw_hier[] = {
usr/src/uts/i86pc/os/mp_machdep.c
374
pg_plat_cmt_policy(pghw_type_t hw)
usr/src/uts/sun4u/os/cmp.c
144
pg_plat_hw_shared(cpu_t *cp, pghw_type_t hw)
usr/src/uts/sun4u/os/cmp.c
169
pg_plat_cpus_share(cpu_t *cpu_a, cpu_t *cpu_b, pghw_type_t hw)
usr/src/uts/sun4u/os/cmp.c
193
pg_plat_hw_instance_id(cpu_t *cpu, pghw_type_t hw)
usr/src/uts/sun4u/os/cmp.c
228
pghw_type_t
usr/src/uts/sun4u/os/cmp.c
229
pg_plat_hw_rank(pghw_type_t hw1, pghw_type_t hw2)
usr/src/uts/sun4u/os/cmp.c
235
static pghw_type_t hw_hier[] = {
usr/src/uts/sun4u/os/cmp.c
261
pg_plat_cmt_policy(pghw_type_t hw)
usr/src/uts/sun4u/os/cmp.c
285
pg_cmt_load_bal_hw(pghw_type_t hw)
usr/src/uts/sun4u/os/cmp.c
299
pg_cmt_affinity_hw(pghw_type_t hw)
usr/src/uts/sun4v/os/cmp.c
105
pg_plat_cpus_share(cpu_t *cpu_a, cpu_t *cpu_b, pghw_type_t hw)
usr/src/uts/sun4v/os/cmp.c
116
pg_plat_hw_instance_id(cpu_t *cpu, pghw_type_t hw)
usr/src/uts/sun4v/os/cmp.c
135
pghw_type_t
usr/src/uts/sun4v/os/cmp.c
136
pg_plat_hw_rank(pghw_type_t hw1, pghw_type_t hw2)
usr/src/uts/sun4v/os/cmp.c
142
static pghw_type_t hw_hier[] = {
usr/src/uts/sun4v/os/cmp.c
167
pg_plat_cmt_policy(pghw_type_t hw)
usr/src/uts/sun4v/os/cmp.c
190
pg_cmt_load_bal_hw(pghw_type_t hw)
usr/src/uts/sun4v/os/cmp.c
204
pg_cmt_affinity_hw(pghw_type_t hw)
usr/src/uts/sun4v/os/cmp.c
91
pg_plat_hw_shared(cpu_t *cp, pghw_type_t hw)