Lines Matching refs:ctx_fl_system

359 #define ctx_fl_system		ctx_flags.system  macro
884 ctx->ctx_fl_system = (ctx_flags & PFM_FL_SYSTEM_WIDE) ? 1: 0; in pfm_context_alloc()
1004 is_system = ctx->ctx_fl_system; in pfm_restore_monitoring()
1849 is_system = ctx->ctx_fl_system; in pfm_flush()
1979 is_system = ctx->ctx_fl_system; in pfm_close()
2118 pfm_unreserve_session(ctx, ctx->ctx_fl_system , ctx->ctx_cpu); in pfm_close()
2675 ctx->ctx_fl_system, in pfm_context_create()
2824 #define PFM_CHECK_PMC_PM(x, y, z) ((x)->ctx_fl_system ^ PMC_PM(y, z)) in pfm_write_pmcs()
2828 is_system = ctx->ctx_fl_system; in pfm_write_pmcs()
3067 is_system = ctx->ctx_fl_system; in pfm_write_pmds()
3267 is_system = ctx->ctx_fl_system; in pfm_read_pmds()
3394 if (task != current && ctx->ctx_fl_system == 0) return -EBUSY; in pfm_mod_write_pmcs()
3415 if (task != current && ctx->ctx_fl_system == 0) return -EBUSY; in pfm_mod_read_pmds()
3512 is_system = ctx->ctx_fl_system; in pfm_restart()
3691 is_system = ctx->ctx_fl_system; in pfm_write_ibr_dbr()
3854 if (ctx->ctx_fl_system) { in pfm_write_ibr_dbr()
3895 if (task != current && ctx->ctx_fl_system == 0) return -EBUSY; in pfm_mod_write_ibrs()
3916 if (task != current && ctx->ctx_fl_system == 0) return -EBUSY; in pfm_mod_write_dbrs()
3940 is_system = ctx->ctx_fl_system; in pfm_stop()
4028 is_system = ctx->ctx_fl_system; in pfm_start()
4168 is_system = ctx->ctx_fl_system; in pfm_context_load()
4371 if (ret) pfm_unreserve_session(ctx, ctx->ctx_fl_system, the_cpu); in pfm_context_load()
4419 is_system = ctx->ctx_fl_system; in pfm_context_unload()
4677 if (task == current || ctx->ctx_fl_system) return 0; in pfm_check_task_state()
5480 if (ctx->ctx_fl_system == 0 && (task->thread.flags & IA64_THREAD_PM_VALID) == 0) in pfm_do_interrupt_handler()
6274 …can_access_pmu = (GET_PMU_OWNER() == task) || (ctx->ctx_fl_system && ctx->ctx_cpu == smp_processor… in pfm_flush_pmds()