Searched refs:ctx_fl_using_dbreg (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/ia64/kernel/ |
D | perfmon_montecito.h | 186 …DPRINT(("cnum=%u val=0x%lx, using_dbreg=%d loaded=%d\n", cnum, tmpval, ctx->ctx_fl_using_dbreg, is… in pfm_mont_pmc_check() 189 … & 0x1e00000000000UL) && (tmpval & 0x18181818UL) != 0x18181818UL && ctx->ctx_fl_using_dbreg == 0) { in pfm_mont_pmc_check() 209 if (cnum == 38 && is_loaded && ((tmpval & 0x492UL) != 0x492UL) && ctx->ctx_fl_using_dbreg == 0) { in pfm_mont_pmc_check()
|
D | perfmon_mckinley.h | 102 …DPRINT(("cnum=%u val=0x%lx, using_dbreg=%d loaded=%d\n", cnum, *val, ctx->ctx_fl_using_dbreg, is_l… in pfm_mck_pmc_check() 105 …al & 0x1e00000000000UL) && (*val & 0x18181818UL) != 0x18181818UL && ctx->ctx_fl_using_dbreg == 0) { in pfm_mck_pmc_check() 123 if (cnum == 14 && is_loaded && ((*val & 0x2222UL) != 0x2222UL) && ctx->ctx_fl_using_dbreg == 0) { in pfm_mck_pmc_check()
|
D | perfmon_itanium.h | 66 if (cnum == 13 && is_loaded && ((*val & 0x1) == 0UL) && ctx->ctx_fl_using_dbreg == 0) { in pfm_ita_pmc_check() 85 if (cnum == 11 && is_loaded && ((*val >> 28)& 0x1) == 0 && ctx->ctx_fl_using_dbreg == 0) { in pfm_ita_pmc_check()
|
D | perfmon.c | 135 #define CTX_USES_DBREGS(ctx) (((pfm_context_t *)(ctx))->ctx_fl_using_dbreg==1) 360 #define ctx_fl_using_dbreg ctx_flags.using_dbreg macro 1076 if (ctx->ctx_fl_using_dbreg) { in pfm_restore_monitoring() 1416 if (ctx && ctx->ctx_fl_using_dbreg) { in pfm_unreserve_session() 3449 if (ctx && ctx->ctx_fl_using_dbreg == 1) return -1; in pfm_use_debug_registers() 3721 first_time = ctx->ctx_fl_using_dbreg == 0; in pfm_write_ibr_dbr() 3756 ctx->ctx_fl_using_dbreg = 1; in pfm_write_ibr_dbr() 3858 ctx->ctx_fl_using_dbreg = 0; in pfm_write_ibr_dbr() 4179 DPRINT(("load_pid [%d] using_dbreg=%d\n", req->load_pid, ctx->ctx_fl_using_dbreg)); in pfm_context_load() 4210 if (ctx->ctx_fl_using_dbreg) { in pfm_context_load() [all …]
|