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

/linux-4.4.14/arch/ia64/kernel/
H A Dperfmon.c132 #define CTX_USED_DBR(ctx,n) (ctx)->ctx_used_dbrs[(n)>>6] |= 1UL<< ((n) % 64)
307 unsigned int ctx_used_dbrs[1]; /* bitmask of used DBR (speedup ctxsw in) */ member in struct:pfm_context
2523 ctx->ctx_used_dbrs[0] = 0UL; pfm_reset_pmu_state()
3850 rnum, dbreg.val, ctx->ctx_used_dbrs[0], is_loaded, can_access_pmu)); pfm_write_ibr_dbr()

Completed in 74 milliseconds