Searched refs:cpu_has_vint (Results 1 – 13 of 13) sorted by relevance
64 #define cpu_has_vint 1 macro66 #define cpu_has_vint 0 macro
16 #define cpu_has_vint 1 macro
40 #define cpu_has_vint 0 macro
43 #define cpu_has_vint 1 macro
42 #define cpu_has_vint 0 macro
55 #define cpu_has_vint 0 macro
89 if (cpu_has_vint) { in arch_init_irq()
70 #define cpu_has_vint 0 macro
491 #if defined(CONFIG_CPU_MIPSR2_IRQ_VI) && !defined(cpu_has_vint)492 # define cpu_has_vint __opt(MIPS_CPU_VINT) macro493 #elif !defined(cpu_has_vint)494 # define cpu_has_vint 0 macro
93 if (cpu_has_vint) { in rtlx_module_init()
114 if (cpu_has_vint) { in rtlx_module_init()
2060 BUG_ON(!cpu_has_veic && !cpu_has_vint); in set_vi_srs_handler()2077 } else if (cpu_has_vint) { in set_vi_srs_handler()2245 if (cpu_has_veic || cpu_has_vint) { in configure_exception_vector()2360 if (cpu_has_veic || cpu_has_vint) in trap_init()2430 if (cpu_has_veic || cpu_has_vint) { in trap_init()
335 if (cpu_has_veic || cpu_has_vint) in kvm_arch_vcpu_create()