ctx_all_pmds      301 arch/ia64/kernel/perfmon.c 	unsigned long		ctx_all_pmds[4];	/* bitmask of all accessible PMDs */
ctx_all_pmds     1083 arch/ia64/kernel/perfmon.c 	unsigned long mask = ctx->ctx_all_pmds[0];
ctx_all_pmds     2467 arch/ia64/kernel/perfmon.c 	ctx->ctx_all_pmds[0] = pmu_conf->impl_pmds[0];
ctx_all_pmds     2469 arch/ia64/kernel/perfmon.c 	DPRINT(("<%d> all_pmcs=0x%lx all_pmds=0x%lx\n", ctx->ctx_fd, ctx->ctx_all_pmcs[0],ctx->ctx_all_pmds[0]));
ctx_all_pmds     3173 arch/ia64/kernel/perfmon.c 			ctx->ctx_all_pmds[0],
ctx_all_pmds     4287 arch/ia64/kernel/perfmon.c 		pfm_restore_pmds(pmds_source, ctx->ctx_all_pmds[0]);
ctx_all_pmds     6008 arch/ia64/kernel/perfmon.c 		pmd_mask = pfm_sysctl.fastctxsw ?  ctx->ctx_used_pmds[0] : ctx->ctx_all_pmds[0];
ctx_all_pmds     6152 arch/ia64/kernel/perfmon.c 	pmd_mask = pfm_sysctl.fastctxsw ?  ctx->ctx_used_pmds[0] : ctx->ctx_all_pmds[0];