Searched refs:mips_gic_present (Results 1 – 8 of 8) sorted by relevance
71 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()
211 if (mips_gic_present()) { in arch_init_irq()
21 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()
112 if (mips_gic_present()) in vsmp_init_secondary()
120 gic_size = mips_gic_present() ? PAGE_SIZE : 0; in arch_setup_additional_pages()
695 top -= mips_gic_present() ? PAGE_SIZE : 0; in mips_stack_top()
214 if (!mips_gic_present() || !node->parent || in gic_clocksource_of_init()
308 static inline bool mips_gic_present(void) in mips_gic_present() function