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

/linux-4.4.14/arch/ia64/kernel/
H A Dperfmon.c2737 unsigned long reset_others = 0UL; pfm_reset_regs_masked() local
2750 reset_others |= ctx->ctx_pmds[i].reset_pmds[0]; pfm_reset_regs_masked()
2758 for(i = 0; reset_others; i++, reset_others >>= 1) { pfm_reset_regs_masked()
2760 if ((reset_others & 0x1) == 0) continue; pfm_reset_regs_masked()
2764 DPRINT_ovfl(("%s reset_others pmd[%d]=%lx\n", pfm_reset_regs_masked()
2773 unsigned long reset_others = 0UL; pfm_reset_regs() local
2793 reset_others |= ctx->ctx_pmds[i].reset_pmds[0]; pfm_reset_regs()
2803 for(i = 0; reset_others; i++, reset_others >>= 1) { pfm_reset_regs()
2805 if ((reset_others & 0x1) == 0) continue; pfm_reset_regs()
2814 DPRINT_ovfl(("%s reset_others pmd[%d]=%lx\n", pfm_reset_regs()

Completed in 79 milliseconds