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

/linux-4.4.14/arch/ia64/kernel/
H A Dperfmon.c5261 unsigned long pmd_mask; pfm_overflow_handler() local
5265 pmd_mask = ovfl_pmds >> PMU_FIRST_COUNTER; pfm_overflow_handler()
5270 for(i=PMU_FIRST_COUNTER; pmd_mask && ret == 0; i++, pmd_mask >>=1) { pfm_overflow_handler()
5274 if ((pmd_mask & 0x1) == 0) continue; pfm_overflow_handler()
5326 if (ret && pmd_mask) { pfm_overflow_handler()
5328 pmd_mask<<PMU_FIRST_COUNTER)); pfm_overflow_handler()
5993 unsigned long pmc_mask = 0UL, pmd_mask = 0UL; pfm_load_regs() local
6061 pmd_mask = ctx->ctx_reload_pmds[0]; pfm_load_regs()
6070 pmd_mask = pfm_sysctl.fastctxsw ? ctx->ctx_used_pmds[0] : ctx->ctx_all_pmds[0]; pfm_load_regs()
6088 if (pmd_mask) pfm_restore_pmds(ctx->th_pmds, pmd_mask); pfm_load_regs()
6157 unsigned long pmd_mask, pmc_mask; pfm_load_regs() local
6214 pmd_mask = pfm_sysctl.fastctxsw ? ctx->ctx_used_pmds[0] : ctx->ctx_all_pmds[0]; pfm_load_regs()
6225 pfm_restore_pmds(ctx->th_pmds, pmd_mask); pfm_load_regs()

Completed in 76 milliseconds