pfm_syst_info      35 arch/ia64/include/asm/switch_to.h   DECLARE_PER_CPU(unsigned long, pfm_syst_info);
pfm_syst_info      36 arch/ia64/include/asm/switch_to.h # define PERFMON_IS_SYSWIDE() (__this_cpu_read(pfm_syst_info) & 0x1)
pfm_syst_info     141 arch/ia64/kernel/perfmon.c #define PFM_CPUINFO_CLEAR(v)	pfm_get_cpu_var(pfm_syst_info) &= ~(v)
pfm_syst_info     142 arch/ia64/kernel/perfmon.c #define PFM_CPUINFO_SET(v)	pfm_get_cpu_var(pfm_syst_info) |= (v)
pfm_syst_info     143 arch/ia64/kernel/perfmon.c #define PFM_CPUINFO_GET()	pfm_get_cpu_var(pfm_syst_info)
pfm_syst_info     620 arch/ia64/kernel/perfmon.c DEFINE_PER_CPU(unsigned long, pfm_syst_info);
pfm_syst_info     624 arch/ia64/kernel/perfmon.c EXPORT_PER_CPU_SYMBOL_GPL(pfm_syst_info);
pfm_syst_info    5624 arch/ia64/kernel/perfmon.c 		cpu, pfm_get_cpu_data(pfm_syst_info, cpu) & PFM_CPUINFO_SYST_WIDE ? 1 : 0,
pfm_syst_info    5625 arch/ia64/kernel/perfmon.c 		cpu, pfm_get_cpu_data(pfm_syst_info, cpu) & PFM_CPUINFO_DCR_PP ? 1 : 0,
pfm_syst_info    5626 arch/ia64/kernel/perfmon.c 		cpu, pfm_get_cpu_data(pfm_syst_info, cpu) & PFM_CPUINFO_EXCL_IDLE ? 1 : 0,
pfm_syst_info     277 arch/ia64/kernel/process.c 	info = __this_cpu_read(pfm_syst_info);
pfm_syst_info     297 arch/ia64/kernel/process.c 	info = __this_cpu_read(pfm_syst_info);