Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/ralink/
Dirq-gic.c16 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
20 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
Dirq.c88 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
92 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/Linux-v4.19/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-v4.19/arch/mips/mti-malta/
Dmalta-time.c165 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
180 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/Linux-v4.19/arch/mips/include/asm/
Dtime.h40 extern int __weak get_c0_perfcount_int(void);
/Linux-v4.19/arch/mips/generic/
Dirq.c37 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
/Linux-v4.19/arch/mips/ath79/
Dsetup.c214 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
218 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/Linux-v4.19/arch/mips/oprofile/
Dop_model_mipsxx.c427 if (get_c0_perfcount_int) in mipsxx_init()
428 perfcount_irq = get_c0_perfcount_int(); in mipsxx_init()
/Linux-v4.19/arch/mips/lantiq/
Dirq.c406 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
410 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/Linux-v4.19/arch/mips/kernel/
Dperf_event_mipsxx.c1720 if (get_c0_perfcount_int) in init_hw_perf_events()
1721 irq = get_c0_perfcount_int(); in init_hw_perf_events()