Searched refs:mips_gic_present (Results 1 – 8 of 8) sorted by relevance
88 if (mips_gic_present()) in estimate_frequencies()98 if (mips_gic_present()) in estimate_frequencies()108 if (mips_gic_present()) in estimate_frequencies()131 if (mips_gic_present()) { in estimate_frequencies()157 else if (mips_gic_present()) in get_c0_fdc_int()170 } else if (mips_gic_present()) { in get_c0_perfcount_int()187 } else if (mips_gic_present()) { in get_c0_compare_int()261 if (mips_gic_present()) { in plat_time_init()
217 if (mips_gic_present()) { in arch_init_irq()
25 if (mips_gic_present()) in get_c0_fdc_int()41 if (mips_gic_present()) in get_c0_perfcount_int()57 if (mips_gic_present()) in get_c0_compare_int()
122 if (mips_gic_present()) in vsmp_init_secondary()
145 gic_size = mips_gic_present() ? PAGE_SIZE : 0; in arch_setup_additional_pages()
660 top -= mips_gic_present() ? PAGE_SIZE : 0; in mips_stack_top()
191 if (!mips_gic_present() || !node->parent || in gic_clocksource_of_init()
312 static inline bool mips_gic_present(void) in mips_gic_present() function