Home
last modified time | relevance | path

Searched refs:ia64_get_pmd (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/ia64/include/uapi/asm/
Dintrinsics.h105 #define ia64_get_pmd IA64_INTRINSIC_API(get_pmd) macro
/Linux-v4.19/arch/ia64/kernel/
Dperfmon.c751 return ctx->ctx_pmds[i].val + (ia64_get_pmd(i) & pmu_conf->ovfl_val); in pfm_read_soft_counter()
955 val = ia64_get_pmd(i); in pfm_mask_monitoring()
1100 if (mask & 0x1) pmds[i] = ia64_get_pmd(i); in pfm_save_pmds()
3328 val = ia64_get_pmd(cnum); in pfm_read_pmds()
5231 ia64_get_pmd(i) & ovfl_val, in pfm_overflow_handler()
5285 …arg->smpl_pmds_values[k++] = PMD_IS_COUNTING(j) ? pfm_read_soft_counter(ctx, j) : ia64_get_pmd(j); in pfm_overflow_handler()
5696 cpu, i, ia64_get_pmd(i)); in pfm_proc_show()
6325 val = pmd_val = can_access_pmu ? ia64_get_pmd(i) : ctx->th_pmds[i]; in pfm_flush_pmds()
6715 …printk("->CPU%d pmd[%d]=0x%lx thread_pmd[%d]=0x%lx\n", this_cpu, i, ia64_get_pmd(i), i, ctx->th_pm… in dump_pmu_state()