Home
last modified time | relevance | path

Searched refs:ctx_fl_using_dbreg (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/ia64/kernel/
Dperfmon_itanium.h81 if (cnum == 13 && ((*val & 0x1) == 0UL) && ctx->ctx_fl_using_dbreg == 0) { in pfm_ita_pmc_check()
98 if (cnum == 11 && ((*val >> 28)& 0x1) == 0 && ctx->ctx_fl_using_dbreg == 0) { in pfm_ita_pmc_check()
Dperfmon_mckinley.h110 if (cnum == 13 && (*val & (0xfUL << 45)) && ctx->ctx_fl_using_dbreg == 0) { in pfm_mck_pmc_check()
126 if (cnum == 14 && ((*val & 0x2222) != 0x2222) && ctx->ctx_fl_using_dbreg == 0) { in pfm_mck_pmc_check()
Dperfmon.c123 #define CTX_USES_DBREGS(ctx) (((pfm_context_t *)(ctx))->ctx_fl_using_dbreg==1)
300 #define ctx_fl_using_dbreg ctx_flags.using_dbreg macro
1088 if (ctx && ctx->ctx_fl_using_dbreg) { in pfm_unreserve_session()
1900 if (ctx && ctx->ctx_fl_using_dbreg == 1) return -1; in pfm_use_debug_registers()
2244 first_time = ctx->ctx_fl_using_dbreg == 0; in pfm_write_ibr_dbr()
2263 ctx->ctx_fl_using_dbreg = 1; in pfm_write_ibr_dbr()
2272 ctx->ctx_fl_using_dbreg = 1; in pfm_write_ibr_dbr()
2390 ctx->ctx_fl_using_dbreg = 0; in pfm_write_ibr_dbr()
3506 if (ctx->ctx_fl_using_dbreg) { in pfm_load_regs()
3621 if (ctx->ctx_fl_using_dbreg) { in pfm_load_regs()