Searched refs:ctx_used_ibrs (Results 1 – 1 of 1) sorted by relevance
121 #define CTX_USED_IBR(ctx,n) (ctx)->ctx_used_ibrs[(n)>>6] |= 1UL<< ((n) % 64)277 unsigned long ctx_used_ibrs[4]; /* bitmask of used IBR (speedup ctxsw) */ member2365 DBprintk(("write ibr%u=0x%lx used_ibrs=0x%lx\n", rnum, dbreg.val, ctx->ctx_used_ibrs[0])); in pfm_write_ibr_dbr()3819 ctx->ctx_used_ibrs[0] = 0UL; in pfm_reset_pmu()