Lines Matching refs:ctx_fl_frozen
298 #define ctx_fl_frozen ctx_flags.frozen macro
1353 ctx->ctx_fl_frozen = 0; in pfm_context_create()
1982 ctx->ctx_fl_frozen, in pfm_restart()
1993 ctx->ctx_fl_frozen = 0; in pfm_restart()
2810 ctx->ctx_fl_frozen = 0; in pfm_ovfl_block_reset()
3068 ctx->ctx_fl_frozen = 1; in pfm_overflow_handler()
3100 ctx->ctx_fl_frozen ? 0x1 : 0x0, t->pfm_ovfl_block_reset)); in pfm_overflow_handler()
3102 return ctx->ctx_fl_frozen ? 0x1 : 0x0; in pfm_overflow_handler()
3568 if (ctx->ctx_fl_frozen == 0) { in pfm_load_regs()
3693 if (ctx->ctx_fl_frozen == 0) { in pfm_load_regs()
3695 } else if (prev_pmc0 == 0UL && ctx->ctx_fl_frozen) { in pfm_load_regs()
4106 nctx->ctx_fl_frozen = 0; in pfm_inherit()