Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/pistachio/
Dtime.c25 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
29 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/linux-4.4.14/arch/mips/mti-sead3/
Dsead3-time.c72 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
80 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/linux-4.4.14/arch/mips/mti-malta/
Dmalta-time.c142 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
157 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/linux-4.4.14/arch/mips/ralink/
Dirq.c88 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
92 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/linux-4.4.14/arch/mips/ath79/
Dsetup.c189 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
193 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/linux-4.4.14/arch/mips/include/asm/
Dtime.h49 extern int __weak get_c0_perfcount_int(void);
/linux-4.4.14/arch/mips/oprofile/
Dop_model_mipsxx.c445 if (get_c0_perfcount_int) in mipsxx_init()
446 perfcount_irq = get_c0_perfcount_int(); in mipsxx_init()
/linux-4.4.14/arch/mips/lantiq/
Dirq.c465 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
469 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/linux-4.4.14/arch/mips/kernel/
Dperf_event_mipsxx.c1686 if (get_c0_perfcount_int) in init_hw_perf_events()
1687 irq = get_c0_perfcount_int(); in init_hw_perf_events()