Searched refs:ctx_fl_using_dbreg (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/ia64/kernel/ |
D | perfmon_montecito.h | 185 …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() 188 … & 0x1e00000000000UL) && (tmpval & 0x18181818UL) != 0x18181818UL && ctx->ctx_fl_using_dbreg == 0) { in pfm_mont_pmc_check() 208 if (cnum == 38 && is_loaded && ((tmpval & 0x492UL) != 0x492UL) && ctx->ctx_fl_using_dbreg == 0) { in pfm_mont_pmc_check()
|
D | perfmon_mckinley.h | 101 …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() 104 …al & 0x1e00000000000UL) && (*val & 0x18181818UL) != 0x18181818UL && ctx->ctx_fl_using_dbreg == 0) { in pfm_mck_pmc_check() 122 if (cnum == 14 && is_loaded && ((*val & 0x2222UL) != 0x2222UL) && ctx->ctx_fl_using_dbreg == 0) { in pfm_mck_pmc_check()
|
D | perfmon_itanium.h | 65 if (cnum == 13 && is_loaded && ((*val & 0x1) == 0UL) && ctx->ctx_fl_using_dbreg == 0) { in pfm_ita_pmc_check() 84 if (cnum == 11 && is_loaded && ((*val >> 28)& 0x1) == 0 && ctx->ctx_fl_using_dbreg == 0) { in pfm_ita_pmc_check()
|
D | perfmon.c | 133 #define CTX_USES_DBREGS(ctx) (((pfm_context_t *)(ctx))->ctx_fl_using_dbreg==1) 358 #define ctx_fl_using_dbreg ctx_flags.using_dbreg macro 1085 if (ctx->ctx_fl_using_dbreg) { in pfm_restore_monitoring() 1427 if (ctx && ctx->ctx_fl_using_dbreg) { in pfm_unreserve_session() 3496 if (ctx && ctx->ctx_fl_using_dbreg == 1) return -1; in pfm_use_debug_registers() 3768 first_time = ctx->ctx_fl_using_dbreg == 0; in pfm_write_ibr_dbr() 3803 ctx->ctx_fl_using_dbreg = 1; in pfm_write_ibr_dbr() 3905 ctx->ctx_fl_using_dbreg = 0; in pfm_write_ibr_dbr() 4226 DPRINT(("load_pid [%d] using_dbreg=%d\n", req->load_pid, ctx->ctx_fl_using_dbreg)); in pfm_context_load() 4257 if (ctx->ctx_fl_using_dbreg) { in pfm_context_load() [all …]
|