Searched refs:cpu_has_vint (Results 1 – 16 of 16) 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
474 #if defined(CONFIG_CPU_MIPSR2_IRQ_VI) && !defined(cpu_has_vint)475 # define cpu_has_vint __opt(MIPS_CPU_VINT) macro476 #elif !defined(cpu_has_vint)477 # define cpu_has_vint 0 macro
42 #define cpu_has_vint 1 macro
41 #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
55 #define cpu_has_vint cpu_opt(LOONGARCH_CPU_VINT) macro
93 if (cpu_has_vint) { in rtlx_module_init()
114 if (cpu_has_vint) { in rtlx_module_init()
2066 BUG_ON(!cpu_has_veic && !cpu_has_vint); in set_vi_srs_handler()2083 } else if (cpu_has_vint) { in set_vi_srs_handler()2251 if (cpu_has_veic || cpu_has_vint) { in configure_exception_vector()2366 if (cpu_has_veic || cpu_has_vint) in trap_init()2436 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()
311 if (cpu_has_veic || cpu_has_vint) in kvm_arch_vcpu_create()