Home
last modified time | relevance | path

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

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