th_pmds           318 arch/ia64/kernel/perfmon.c 	unsigned long		th_pmds[PFM_NUM_PMD_REGS];	/* PMD thread save state */
th_pmds          1103 arch/ia64/kernel/perfmon.c 		ctx->th_pmds[i] = val;
th_pmds          1107 arch/ia64/kernel/perfmon.c 			ctx->th_pmds[i],
th_pmds          3138 arch/ia64/kernel/perfmon.c 			if (is_system == 0) ctx->th_pmds[cnum] = hw_value;
th_pmds          3288 arch/ia64/kernel/perfmon.c 			val = is_loaded ? ctx->th_pmds[cnum] : 0UL;
th_pmds          4259 arch/ia64/kernel/perfmon.c 	pmds_source = ctx->th_pmds;
th_pmds          5812 arch/ia64/kernel/perfmon.c 	pfm_save_pmds(ctx->th_pmds, ctx->ctx_used_pmds[0]);
th_pmds          5900 arch/ia64/kernel/perfmon.c 	pfm_save_pmds(ctx->th_pmds, ctx->ctx_used_pmds[0]);
th_pmds          6026 arch/ia64/kernel/perfmon.c 	if (pmd_mask) pfm_restore_pmds(ctx->th_pmds, pmd_mask);
th_pmds          6163 arch/ia64/kernel/perfmon.c 	pfm_restore_pmds(ctx->th_pmds, pmd_mask);
th_pmds          6278 arch/ia64/kernel/perfmon.c 		val = pmd_val = can_access_pmu ? ia64_get_pmd(i) : ctx->th_pmds[i];
th_pmds          6310 arch/ia64/kernel/perfmon.c 		if (is_self) ctx->th_pmds[i] = pmd_val;
th_pmds          6660 arch/ia64/kernel/perfmon.c 		printk("->CPU%d pmd[%d]=0x%lx thread_pmd[%d]=0x%lx\n", this_cpu, i, ia64_get_pmd(i), i, ctx->th_pmds[i]);