Lines Matching refs:pgdata
327 * PG data is under construction. In this case the argument "pgdata", if not
331 cmt_hier_promote(pg_cmt_t *pg, cpu_pg_t *pgdata)
427 pgd = pgdata;
491 * being initialized). The argument "pgdata" is a reference to the CPU's PG
496 * calls must be careful to operate only on the "pgdata" argument, and not
500 pg_cmt_cpu_init(cpu_t *cp, cpu_pg_t *pgdata)
524 cmt_pgs = &pgdata->cmt_pgs;
525 pgdata->cmt_lineage = NULL;
587 pg_cpu_add((pg_t *)pg, cp, pgdata);
638 lineage_status = pg_cmt_lineage_validate(cpu_cmt_hier, &levels, pgdata);
647 (GROUP_SIZE(&(pgdata->cmt_pgs)) == 0));
668 cmt_hier_promote(pg, pgdata);
693 pgdata->cmt_lineage = (pg_t *)pg;
761 * "pgdata" is a reference to the CPU's PG data to be deconstructed.
766 * on the "pgdata" argument, and not cp->cpu_pg.
769 pg_cmt_cpu_fini(cpu_t *cp, cpu_pg_t *pgdata)
782 pgs = &pgdata->pgs;
783 cmt_pgs = &pgdata->cmt_pgs;
818 pg = (pg_cmt_t *)pgdata->cmt_lineage;
858 pg_cpu_delete((pg_t *)pg, cp, pgdata);
1461 * PG data is under construction. In this case the argument "pgdata", if not
1465 pg_cmt_prune(pg_cmt_t *pg_bad, pg_cmt_t **lineage, int *sz, cpu_pg_t *pgdata)
1637 cpd = pgdata;
1737 * "pgdata" is a reference to the CPU's under-construction PG data.
1738 * This routine must be careful to operate only on "pgdata", and not cp->cpu_pg.
1741 pg_cmt_lineage_validate(pg_cmt_t **lineage, int *sz, cpu_pg_t *pgdata)
1888 if (pg_cmt_prune(pg, lineage, sz, pgdata) == 0) {
1901 if (pg_cmt_prune(pg, lineage, sz, pgdata) == 0) {
1944 if (pg_cmt_prune(pg_bad, lineage, sz, pgdata) == 0) {