Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/ralink/
H A Dirq-gic.c14 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
18 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
H A Dirq.c86 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
90 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/openbmc/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);
/openbmc/linux/arch/mips/include/asm/
H A Dtime.h36 extern int __weak get_c0_perfcount_int(void);
/openbmc/linux/drivers/irqchip/
H A Dirq-ath79-misc.c26 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
30 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/openbmc/linux/arch/mips/generic/
H A Dirq.c33 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
/openbmc/linux/arch/mips/lantiq/
H A Dirq.c416 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
420 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/openbmc/linux/arch/mips/kernel/
H A Dperf_event_mipsxx.c1908 if (get_c0_perfcount_int) in init_hw_perf_events()
1909 irq = get_c0_perfcount_int(); in init_hw_perf_events()