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
16 #define cpu_has_vint 1 macro
39 #define cpu_has_vint 0 macro
42 #define cpu_has_vint 1 macro
41 #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
54 #define cpu_has_vint 0 macro
89 if (cpu_has_vint) { in arch_init_irq()
69 #define cpu_has_vint 0 macro
57 #define cpu_has_vint cpu_opt(LOONGARCH_CPU_VINT) macro
114 if (cpu_has_vint) { in rtlx_module_init()
2078 BUG_ON(!cpu_has_veic && !cpu_has_vint); in set_vi_handler()2091 } else if (cpu_has_vint) { in set_vi_handler()2218 if (cpu_has_veic || cpu_has_vint) { in configure_exception_vector()2333 if (cpu_has_veic || cpu_has_vint) in trap_init()2406 if (cpu_has_veic || cpu_has_vint) { in trap_init()
230 if (cpu_has_vint) in show_cpuinfo()
164 if (cpu_has_vint) in mips_cpu_intc_map()
299 if (cpu_has_veic || cpu_has_vint) in kvm_arch_vcpu_create()