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

/linux-4.4.14/arch/ia64/kernel/
H A Dperfmon.c131 #define CTX_USED_IBR(ctx,n) (ctx)->ctx_used_ibrs[(n)>>6] |= 1UL<< ((n) % 64)
306 unsigned int ctx_used_ibrs[1]; /* bitmask of used IBR (speedup ctxsw in) */ member in struct:pfm_context
2522 ctx->ctx_used_ibrs[0] = 0UL; pfm_reset_pmu_state()
3839 rnum, dbreg.val, ctx->ctx_used_ibrs[0], is_loaded, can_access_pmu)); pfm_write_ibr_dbr()

Completed in 66 milliseconds