Searched refs:cpu_has_vint (Results 1 – 15 of 15) sorted by relevance
64 #define cpu_has_vint 1 macro66 #define cpu_has_vint 0 macro
18 pr_info("VINT is %s\n", cpu_has_vint ? "on" : "off"); in arch_init_irq()
16 #define cpu_has_vint 1 macro
43 #define cpu_has_vint 1 macro
43 #define cpu_has_vint 0 macro
55 #define cpu_has_vint 0 macro
89 if (cpu_has_vint) { in arch_init_irq()
265 if (cpu_has_vint) in arch_init_irq()273 if (cpu_has_vint) in get_c0_compare_int()
71 #define cpu_has_vint 0 macro
468 #if defined(CONFIG_CPU_MIPSR2_IRQ_VI) && !defined(cpu_has_vint)469 # define cpu_has_vint __opt(MIPS_CPU_VINT) macro470 #elif !defined(cpu_has_vint)471 # define cpu_has_vint 0 macro
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()
1983 BUG_ON(!cpu_has_veic && !cpu_has_vint); in set_vi_srs_handler()2000 } else if (cpu_has_vint) { in set_vi_srs_handler()2167 if (cpu_has_veic || cpu_has_vint) { in configure_exception_vector()2285 if (cpu_has_veic || cpu_has_vint) in trap_init()2355 if (cpu_has_veic || cpu_has_vint) { in trap_init()
307 if (cpu_has_veic || cpu_has_vint) in kvm_arch_vcpu_create()