Lines Matching refs:ctx_fl_system
357 #define ctx_fl_system ctx_flags.system macro
882 ctx->ctx_fl_system = (ctx_flags & PFM_FL_SYSTEM_WIDE) ? 1: 0; in pfm_context_alloc()
1002 is_system = ctx->ctx_fl_system; in pfm_restore_monitoring()
1847 is_system = ctx->ctx_fl_system; in pfm_flush()
1977 is_system = ctx->ctx_fl_system; in pfm_close()
2116 pfm_unreserve_session(ctx, ctx->ctx_fl_system , ctx->ctx_cpu); in pfm_close()
2683 ctx->ctx_fl_system, in pfm_context_create()
2832 #define PFM_CHECK_PMC_PM(x, y, z) ((x)->ctx_fl_system ^ PMC_PM(y, z)) in pfm_write_pmcs()
2836 is_system = ctx->ctx_fl_system; in pfm_write_pmcs()
3075 is_system = ctx->ctx_fl_system; in pfm_write_pmds()
3275 is_system = ctx->ctx_fl_system; in pfm_read_pmds()
3402 if (task != current && ctx->ctx_fl_system == 0) return -EBUSY; in pfm_mod_write_pmcs()
3423 if (task != current && ctx->ctx_fl_system == 0) return -EBUSY; in pfm_mod_read_pmds()
3520 is_system = ctx->ctx_fl_system; in pfm_restart()
3699 is_system = ctx->ctx_fl_system; in pfm_write_ibr_dbr()
3862 if (ctx->ctx_fl_system) { in pfm_write_ibr_dbr()
3903 if (task != current && ctx->ctx_fl_system == 0) return -EBUSY; in pfm_mod_write_ibrs()
3924 if (task != current && ctx->ctx_fl_system == 0) return -EBUSY; in pfm_mod_write_dbrs()
3948 is_system = ctx->ctx_fl_system; in pfm_stop()
4036 is_system = ctx->ctx_fl_system; in pfm_start()
4176 is_system = ctx->ctx_fl_system; in pfm_context_load()
4379 if (ret) pfm_unreserve_session(ctx, ctx->ctx_fl_system, the_cpu); in pfm_context_load()
4427 is_system = ctx->ctx_fl_system; in pfm_context_unload()
4685 if (task == current || ctx->ctx_fl_system) return 0; in pfm_check_task_state()
5488 if (ctx->ctx_fl_system == 0 && (task->thread.flags & IA64_THREAD_PM_VALID) == 0) in pfm_do_interrupt_handler()
6289 …can_access_pmu = (GET_PMU_OWNER() == task) || (ctx->ctx_fl_system && ctx->ctx_cpu == smp_processor… in pfm_flush_pmds()