ctx_last_cpu      323 arch/ia64/kernel/perfmon.c 	unsigned int		ctx_last_cpu;		/* CPU id of current or last CPU used (SMP only) */
ctx_last_cpu      352 arch/ia64/kernel/perfmon.c #define SET_LAST_CPU(ctx, v)	(ctx)->ctx_last_cpu = (v)
ctx_last_cpu      353 arch/ia64/kernel/perfmon.c #define GET_LAST_CPU(ctx)	(ctx)->ctx_last_cpu