Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dimc-pmu.h94 #define IMC_EVENT_OFFSET_MASK 0xffffffffULL macro
/arch/powerpc/perf/
Dimc-pmu.c533 if ((config & IMC_EVENT_OFFSET_MASK) > pmu->counter_mem_size) in nest_imc_event_init()
561 l_config = config & IMC_EVENT_OFFSET_MASK; in nest_imc_event_init()
836 if (((config & IMC_EVENT_OFFSET_MASK) > pmu->counter_mem_size)) in core_imc_event_init()
894 event->hw.event_base = (u64)pcmi->vbase + (config & IMC_EVENT_OFFSET_MASK); in core_imc_event_init()
1000 if (((config & IMC_EVENT_OFFSET_MASK) > pmu->counter_mem_size)) in thread_imc_event_init()
1040 return (u64 *)(addr + (event->attr.config & IMC_EVENT_OFFSET_MASK)); in get_event_base_addr()