Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dimc-pmu.h69 #define IMC_EVENT_OFFSET_MASK 0xffffffffULL macro
/Linux-v4.19/arch/powerpc/perf/
Dimc-pmu.c491 if ((config & IMC_EVENT_OFFSET_MASK) > pmu->counter_mem_size) in nest_imc_event_init()
514 l_config = config & IMC_EVENT_OFFSET_MASK; in nest_imc_event_init()
767 if (((config & IMC_EVENT_OFFSET_MASK) > pmu->counter_mem_size)) in core_imc_event_init()
803 event->hw.event_base = (u64)pcmi->vbase + (config & IMC_EVENT_OFFSET_MASK); in core_imc_event_init()
887 if (((config & IMC_EVENT_OFFSET_MASK) > pmu->counter_mem_size)) in thread_imc_event_init()
912 return (u64 *)(addr + (event->attr.config & IMC_EVENT_OFFSET_MASK)); in get_event_base_addr()