Home
last modified time | relevance | path

Searched refs:IMC_EVENT_OFFSET_MASK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dimc-pmu.h94 #define IMC_EVENT_OFFSET_MASK 0xffffffffULL macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dimc-pmu.h94 #define IMC_EVENT_OFFSET_MASK 0xffffffffULL macro
/kernel/linux/linux-5.10/arch/powerpc/perf/
H A 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()
829 if (((config & IMC_EVENT_OFFSET_MASK) > pmu->counter_mem_size)) in core_imc_event_init()
887 event->hw.event_base = (u64)pcmi->vbase + (config & IMC_EVENT_OFFSET_MASK); in core_imc_event_init()
993 if (((config & IMC_EVENT_OFFSET_MASK) > pmu->counter_mem_size)) in thread_imc_event_init()
1033 return (u64 *)(addr + (event->attr.config & IMC_EVENT_OFFSET_MASK)); in get_event_base_addr()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A 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()

Completed in 5 milliseconds