Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/include/asm/
Dimc-pmu.h94 #define IMC_EVENT_OFFSET_MASK 0xffffffffULL macro
/Linux-v6.1/arch/powerpc/perf/
Dimc-pmu.c526 if ((config & IMC_EVENT_OFFSET_MASK) > pmu->counter_mem_size) in nest_imc_event_init()
554 l_config = config & IMC_EVENT_OFFSET_MASK; in nest_imc_event_init()
832 if (((config & IMC_EVENT_OFFSET_MASK) > pmu->counter_mem_size)) in core_imc_event_init()
891 event->hw.event_base = (u64)pcmi->vbase + (config & IMC_EVENT_OFFSET_MASK); in core_imc_event_init()
997 if (((config & IMC_EVENT_OFFSET_MASK) > pmu->counter_mem_size)) in thread_imc_event_init()
1037 return (u64 *)(addr + (event->attr.config & IMC_EVENT_OFFSET_MASK)); in get_event_base_addr()