Home
last modified time | relevance | path

Searched refs:get_c0_perfcount_int (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/irqchip/
H A Dirq-ath79-misc.c28 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
32 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/linux/arch/mips/mti-malta/
H A Dmalta-time.c148 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
163 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/linux/arch/mips/include/asm/
H A Dtime.h36 extern int __weak get_c0_perfcount_int(void);
/linux/arch/mips/generic/
H A Dirq.c33 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
/linux/arch/mips/lantiq/
H A Dirq.c418 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
422 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/linux/arch/mips/kernel/
H A Dperf_event_mipsxx.c1907 if (get_c0_perfcount_int) in init_hw_perf_events()
1908 irq = get_c0_perfcount_int(); in init_hw_perf_events()