Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/
Dimc-pmu.h94 #define IMC_EVENT_OFFSET_MASK 0xffffffffULL macro
/Linux-v5.10/arch/powerpc/perf/
Dimc-pmu.c519 if ((config & IMC_EVENT_OFFSET_MASK) > pmu->counter_mem_size) in nest_imc_event_init()
547 l_config = config & IMC_EVENT_OFFSET_MASK; in nest_imc_event_init()
825 if (((config & IMC_EVENT_OFFSET_MASK) > pmu->counter_mem_size)) in core_imc_event_init()
884 event->hw.event_base = (u64)pcmi->vbase + (config & IMC_EVENT_OFFSET_MASK); in core_imc_event_init()
990 if (((config & IMC_EVENT_OFFSET_MASK) > pmu->counter_mem_size)) in thread_imc_event_init()
1030 return (u64 *)(addr + (event->attr.config & IMC_EVENT_OFFSET_MASK)); in get_event_base_addr()