ctx_cpu           324 arch/ia64/kernel/perfmon.c 	unsigned int		ctx_cpu;		/* cpu to which perfmon is applied (system wide) */
ctx_cpu          1712 arch/ia64/kernel/perfmon.c 	if (ctx->ctx_cpu != smp_processor_id()) {
ctx_cpu          1714 arch/ia64/kernel/perfmon.c 			ctx->ctx_cpu,
ctx_cpu          1756 arch/ia64/kernel/perfmon.c 	DPRINT(("calling CPU%d for cleanup\n", ctx->ctx_cpu));
ctx_cpu          1757 arch/ia64/kernel/perfmon.c 	ret = smp_call_function_single(ctx->ctx_cpu, pfm_syswide_force_stop, ctx, 1);
ctx_cpu          1758 arch/ia64/kernel/perfmon.c 	DPRINT(("called CPU%d for cleanup ret=%d\n", ctx->ctx_cpu, ret));
ctx_cpu          1829 arch/ia64/kernel/perfmon.c 		if (is_system && ctx->ctx_cpu != smp_processor_id()) {
ctx_cpu          1831 arch/ia64/kernel/perfmon.c 			DPRINT(("should be running on CPU%d\n", ctx->ctx_cpu));
ctx_cpu          2073 arch/ia64/kernel/perfmon.c 		pfm_unreserve_session(ctx, ctx->ctx_fl_system , ctx->ctx_cpu);
ctx_cpu          2793 arch/ia64/kernel/perfmon.c 		if (is_system && ctx->ctx_cpu != smp_processor_id()) {
ctx_cpu          2794 arch/ia64/kernel/perfmon.c 			DPRINT(("should be running on CPU%d\n", ctx->ctx_cpu));
ctx_cpu          3036 arch/ia64/kernel/perfmon.c 		if (unlikely(is_system && ctx->ctx_cpu != smp_processor_id())) {
ctx_cpu          3037 arch/ia64/kernel/perfmon.c 			DPRINT(("should be running on CPU%d\n", ctx->ctx_cpu));
ctx_cpu          3232 arch/ia64/kernel/perfmon.c 		if (unlikely(is_system && ctx->ctx_cpu != smp_processor_id())) {
ctx_cpu          3233 arch/ia64/kernel/perfmon.c 			DPRINT(("should be running on CPU%d\n", ctx->ctx_cpu));
ctx_cpu          3488 arch/ia64/kernel/perfmon.c 	if (is_system && ctx->ctx_cpu != smp_processor_id()) {
ctx_cpu          3489 arch/ia64/kernel/perfmon.c 		DPRINT(("should be running on CPU%d\n", ctx->ctx_cpu));
ctx_cpu          3660 arch/ia64/kernel/perfmon.c 		if (unlikely(is_system && ctx->ctx_cpu != smp_processor_id())) {
ctx_cpu          3661 arch/ia64/kernel/perfmon.c 			DPRINT(("should be running on CPU%d\n", ctx->ctx_cpu));
ctx_cpu          3905 arch/ia64/kernel/perfmon.c 	if (is_system && ctx->ctx_cpu != smp_processor_id()) {
ctx_cpu          3906 arch/ia64/kernel/perfmon.c 		DPRINT(("should be running on CPU%d\n", ctx->ctx_cpu));
ctx_cpu          3990 arch/ia64/kernel/perfmon.c 	if (is_system && ctx->ctx_cpu != smp_processor_id()) {
ctx_cpu          3991 arch/ia64/kernel/perfmon.c 		DPRINT(("should be running on CPU%d\n", ctx->ctx_cpu));
ctx_cpu          4203 arch/ia64/kernel/perfmon.c 	the_cpu = ctx->ctx_cpu = smp_processor_id();
ctx_cpu          4416 arch/ia64/kernel/perfmon.c 			pfm_unreserve_session(ctx, 1 , ctx->ctx_cpu);
ctx_cpu          4459 arch/ia64/kernel/perfmon.c 		pfm_unreserve_session(ctx, 0 , ctx->ctx_cpu);
ctx_cpu          6227 arch/ia64/kernel/perfmon.c 	can_access_pmu = (GET_PMU_OWNER() == task) || (ctx->ctx_fl_system && ctx->ctx_cpu == smp_processor_id());