Searched refs:ia64_get_pmd (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dintel_intrin.h99 #define ia64_get_pmd(index) __getIndReg(_IA64_REG_INDR_PMD, index) macro
H A Dgcc_intrin.h469 #define ia64_get_pmd(index) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dperfmon.c775 return ctx->ctx_pmds[i].val + (ia64_get_pmd(i) & pmu_conf->ovfl_val);
940 val = ia64_get_pmd(i);
1080 if (mask & 0x1) pmds[i] = ia64_get_pmd(i);
3355 val = ia64_get_pmd(cnum);
5233 ia64_get_pmd(i) & ovfl_val,
5287 ovfl_arg->smpl_pmds_values[k++] = PMD_IS_COUNTING(j) ? pfm_read_soft_counter(ctx, j) : ia64_get_pmd(j);
5714 cpu, i, ia64_get_pmd(i));
6327 val = pmd_val = can_access_pmu ? ia64_get_pmd(i) : ctx->th_pmds[i];
6729 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]);

Completed in 94 milliseconds