Home
last modified time | relevance | path

Searched refs:P4_ESCR_T0_OS (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dperf_event_p4.h34 #define P4_ESCR_T0_OS 0x00000008ULL macro
147 p4_config_pack_escr(P4_ESCR_T0_OS | \
225 escr |= P4_ESCR_T0_OS; in p4_default_escr_conf()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_p4.c1087 if (escr & P4_ESCR_T0_OS) { in p4_pmu_swap_config_ts()
1088 escr &= ~P4_ESCR_T0_OS; in p4_pmu_swap_config_ts()
1103 escr |= P4_ESCR_T0_OS; in p4_pmu_swap_config_ts()