Home
last modified time | relevance | path

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

/linux/arch/mips/mti-malta/
H A Dmalta-time.c71 if (mips_gic_present()) in estimate_frequencies()
81 if (mips_gic_present()) in estimate_frequencies()
91 if (mips_gic_present()) in estimate_frequencies()
114 if (mips_gic_present()) { in estimate_frequencies()
140 else if (mips_gic_present()) in get_c0_fdc_int()
153 } else if (mips_gic_present()) { in get_c0_perfcount_int()
170 } else if (mips_gic_present()) { in get_c0_compare_int()
244 if (mips_gic_present()) { in plat_time_init()
H A Dmalta-int.c211 if (mips_gic_present()) { in arch_init_irq()
/linux/arch/mips/generic/
H A Dirq.c21 if (mips_gic_present()) in get_c0_fdc_int()
37 if (mips_gic_present()) in get_c0_perfcount_int()
53 if (mips_gic_present()) in get_c0_compare_int()
/linux/arch/mips/kernel/
H A Dsmp-mt.c112 if (mips_gic_present()) in vsmp_init_secondary()
H A Dprocess.c695 top -= mips_gic_present() ? PAGE_SIZE : 0; in mips_stack_top()
/linux/arch/mips/include/asm/
H A Dmips-gic.h326 static inline bool mips_gic_present(void) in mips_gic_present() function