Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/arch/mips/mti-malta/
Dmalta-time.c136 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
151 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/linux-4.1.27/arch/mips/ath79/
Dsetup.c185 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
189 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/linux-4.1.27/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.1.27/arch/mips/include/asm/
Dtime.h49 extern int __weak get_c0_perfcount_int(void);
/linux-4.1.27/arch/mips/oprofile/
Dop_model_mipsxx.c441 if (get_c0_perfcount_int) in mipsxx_init()
442 perfcount_irq = get_c0_perfcount_int(); in mipsxx_init()
/linux-4.1.27/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.1.27/arch/mips/kernel/
Dperf_event_mipsxx.c1685 if (get_c0_perfcount_int) in init_hw_perf_events()
1686 irq = get_c0_perfcount_int(); in init_hw_perf_events()