Searched refs:cpu_has_vint (Results 1 – 15 of 15) sorted by relevance
63 #define cpu_has_vint 1 macro65 #define cpu_has_vint 0 macro
22 pr_info("VINT is %s\n", cpu_has_vint ? "on" : "off"); in arch_init_irq()
47 #define cpu_has_vint 1 macro
365 #if defined(CONFIG_CPU_MIPSR2_IRQ_VI) && !defined(cpu_has_vint)366 # define cpu_has_vint (cpu_data[0].options & MIPS_CPU_VINT) macro367 #elif !defined(cpu_has_vint)368 # define cpu_has_vint 0 macro
54 #define cpu_has_vint 0 macro
56 #define cpu_has_vint 0 macro
89 if (cpu_has_vint) { in arch_init_irq()
278 if (cpu_has_vint) in arch_init_irq()286 if (cpu_has_vint) in get_c0_compare_int()
126 BUG_ON(!cpu_has_vint); in arch_init_irq()
93 if (cpu_has_vint) { in rtlx_module_init()
119 if (cpu_has_vint) { in rtlx_module_init()
1945 BUG_ON(!cpu_has_veic && !cpu_has_vint); in set_vi_srs_handler()1962 } else if (cpu_has_vint) { in set_vi_srs_handler()2111 if (cpu_has_veic || cpu_has_vint) { in configure_exception_vector()2229 if (cpu_has_veic || cpu_has_vint) { in trap_init()2282 if (cpu_has_veic || cpu_has_vint) { in trap_init()
396 if (cpu_has_vint) { in icu_of_init()411 if (cpu_has_vint) { in icu_of_init()
270 if (cpu_has_veic || cpu_has_vint) in kvm_arch_vcpu_create()