Home
last modified time | relevance | path

Searched refs:cccr (Results 1 – 3 of 3) sorted by relevance

/arch/x86/events/intel/
Dp4.c806 u32 escr, cccr; in p4_hw_config() local
814 cccr = p4_default_cccr_conf(cpu); in p4_hw_config()
818 p4_config_pack_cccr(cccr); in p4_hw_config()
957 u64 escr_addr, cccr; in __p4_pmu_enable_event() local
973 cccr = p4_config_unpack_cccr(hwc->config); in __p4_pmu_enable_event()
983 (cccr & ~P4_CCCR_RESERVED) | P4_CCCR_ENABLE); in __p4_pmu_enable_event()
1102 u32 escr, cccr; in p4_pmu_swap_config_ts() local
1116 cccr = p4_config_unpack_cccr(hwc->config); in p4_pmu_swap_config_ts()
1119 cccr &= ~P4_CCCR_OVF_PMI_T0; in p4_pmu_swap_config_ts()
1120 cccr |= P4_CCCR_OVF_PMI_T1; in p4_pmu_swap_config_ts()
[all …]
/arch/x86/include/asm/
Dperf_event_p4.h162 u32 cccr = p4_config_unpack_cccr(config); in p4_is_event_cascaded() local
163 return !!(cccr & P4_CCCR_CASCADE); in p4_is_event_cascaded()
210 u32 cccr = P4_CCCR_THREAD_ANY; in p4_default_cccr_conf() local
213 cccr |= P4_CCCR_OVF_PMI_T0; in p4_default_cccr_conf()
215 cccr |= P4_CCCR_OVF_PMI_T1; in p4_default_cccr_conf()
217 return cccr; in p4_default_cccr_conf()
/arch/powerpc/include/asm/
Dmpc5121.h35 u32 cccr; /* CFM Clock Control Register */ member