Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/ralink/
Dirq-gic.c14 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
18 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
Dirq.c86 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
90 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/Linux-v5.4/arch/mips/pistachio/
Dtime.c22 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
26 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/Linux-v5.4/arch/mips/mti-malta/
Dmalta-time.c153 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
168 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/Linux-v5.4/drivers/irqchip/
Dirq-ath79-misc.c26 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
30 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/Linux-v5.4/arch/mips/include/asm/
Dtime.h36 extern int __weak get_c0_perfcount_int(void);
/Linux-v5.4/arch/mips/generic/
Dirq.c33 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
/Linux-v5.4/arch/mips/oprofile/
Dop_model_mipsxx.c440 if (get_c0_perfcount_int) in mipsxx_init()
441 perfcount_irq = get_c0_perfcount_int(); in mipsxx_init()
/Linux-v5.4/arch/mips/lantiq/
Dirq.c414 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
418 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/Linux-v5.4/arch/mips/kernel/
Dperf_event_mipsxx.c1702 if (get_c0_perfcount_int) in init_hw_perf_events()
1703 irq = get_c0_perfcount_int(); in init_hw_perf_events()