P4_CONFIG_HT     1097 arch/x86/events/intel/p4.c 		hwc->config |= P4_CONFIG_HT;
P4_CONFIG_HT     1111 arch/x86/events/intel/p4.c 		hwc->config &= ~P4_CONFIG_HT;
P4_CONFIG_HT      147 arch/x86/include/asm/perf_event_p4.h 	((P4_CONFIG_HT)					| \
P4_CONFIG_HT      168 arch/x86/include/asm/perf_event_p4.h 	return !!(config & P4_CONFIG_HT);
P4_CONFIG_HT      173 arch/x86/include/asm/perf_event_p4.h 	return config | P4_CONFIG_HT;
P4_CONFIG_HT      178 arch/x86/include/asm/perf_event_p4.h 	return config & ~P4_CONFIG_HT;