Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/arch/mips/mti-malta/
Dmalta-time.c148 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
163 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/linux-6.1.9/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-6.1.9/arch/mips/include/asm/
Dtime.h36 extern int __weak get_c0_perfcount_int(void);
/linux-6.1.9/arch/mips/generic/
Dirq.c33 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
/linux-6.1.9/arch/mips/lantiq/
Dirq.c416 int get_c0_perfcount_int(void) in get_c0_perfcount_int() function
420 EXPORT_SYMBOL_GPL(get_c0_perfcount_int);
/linux-6.1.9/arch/mips/kernel/
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()