Home
last modified time | relevance | path

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

/linux-3.4.99/arch/ia64/kernel/
Dperfmon.c2765 unsigned long reset_others = 0UL; in pfm_reset_regs_masked() local
2778 reset_others |= ctx->ctx_pmds[i].reset_pmds[0]; in pfm_reset_regs_masked()
2786 for(i = 0; reset_others; i++, reset_others >>= 1) { in pfm_reset_regs_masked()
2788 if ((reset_others & 0x1) == 0) continue; in pfm_reset_regs_masked()
2801 unsigned long reset_others = 0UL; in pfm_reset_regs() local
2821 reset_others |= ctx->ctx_pmds[i].reset_pmds[0]; in pfm_reset_regs()
2831 for(i = 0; reset_others; i++, reset_others >>= 1) { in pfm_reset_regs()
2833 if ((reset_others & 0x1) == 0) continue; in pfm_reset_regs()