Home
last modified time | relevance | path

Searched refs:get_er (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/xtensa/kernel/
Dperf_event.c128 return get_er(XTENSA_PMU_PM(idx)); in xtensa_pmu_read_counter()
190 set_er(get_er(XTENSA_PMU_PMG) | XTENSA_PMU_PMG_PMEN, XTENSA_PMU_PMG); in xtensa_pmu_enable()
195 set_er(get_er(XTENSA_PMU_PMG) & ~XTENSA_PMU_PMG_PMEN, XTENSA_PMU_PMG); in xtensa_pmu_disable()
265 set_er(get_er(XTENSA_PMU_PMSTAT(idx)), in xtensa_pmu_stop()
350 get_er(XTENSA_PMU_PMG)); in perf_event_print_debug()
353 i, get_er(XTENSA_PMU_PM(i)), in perf_event_print_debug()
354 i, get_er(XTENSA_PMU_PMCTRL(i)), in perf_event_print_debug()
355 i, get_er(XTENSA_PMU_PMSTAT(i))); in perf_event_print_debug()
366 uint32_t v = get_er(XTENSA_PMU_PMSTAT(i)); in xtensa_pmu_irq_handler()
409 set_er(get_er(XTENSA_PMU_PMSTAT(i)), XTENSA_PMU_PMSTAT(i)); in xtensa_pmu_setup()
Dsmp.c68 unsigned int syscfgid = get_er(SYSCFGID); in get_core_count()
75 unsigned int core_id = get_er(SYSCFGID); in get_core_id()
170 unsigned long run_stall_mask = get_er(MPSCORE); in mx_cpu_start()
174 __func__, cpu, run_stall_mask, get_er(MPSCORE)); in mx_cpu_start()
180 unsigned long run_stall_mask = get_er(MPSCORE); in mx_cpu_stop()
184 __func__, cpu, run_stall_mask, get_er(MPSCORE)); in mx_cpu_stop()
420 msg = get_er(MIPICAUSE(cpu)); in ipi_interrupt()
/linux-5.19.10/arch/xtensa/include/asm/
Dprocessor.h263 static inline unsigned long get_er(unsigned long addr) in get_er() function