Home
last modified time | relevance | path

Searched refs:gic_get_c0_perfcount_int (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/mips/ralink/
Dirq-gic.c18 return gic_get_c0_perfcount_int(); in get_c0_perfcount_int()
/Linux-v4.19/arch/mips/pistachio/
Dtime.c27 return gic_get_c0_perfcount_int(); in get_c0_perfcount_int()
/Linux-v4.19/arch/mips/generic/
Dirq.c42 mips_cpu_perf_irq = gic_get_c0_perfcount_int(); in get_c0_perfcount_int()
/Linux-v4.19/arch/mips/mti-malta/
Dmalta-time.c171 mips_cpu_perf_irq = gic_get_c0_perfcount_int(); in get_c0_perfcount_int()
/Linux-v4.19/arch/mips/include/asm/
Dmips-gic.h335 extern int gic_get_c0_perfcount_int(void);
/Linux-v4.19/drivers/irqchip/
Dirq-mips-gic.c123 int gic_get_c0_perfcount_int(void) in gic_get_c0_perfcount_int() function