Searched refs:__isa_ge_or_opt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | cpu-features.h | 43 #define __isa_ge_or_opt(isa, opt) ((MIPS_ISA_REV >= (isa)) || __opt(opt)) macro 96 #define cpu_has_rixiex __isa_ge_or_opt(6, MIPS_CPU_RIXIEX) 102 #define cpu_has_rw_llb __isa_ge_or_opt(6, MIPS_CPU_RW_LLB) 115 #define cpu_has_4kex __isa_ge_or_opt(1, MIPS_CPU_4KEX) 123 #define cpu_has_4k_cache __isa_ge_or_opt(1, MIPS_CPU_4K_CACHE) 161 #define cpu_has_32fpr __isa_ge_or_opt(1, MIPS_CPU_32FPR) 170 #define cpu_has_divec __isa_ge_or_opt(1, MIPS_CPU_DIVEC) 182 #define cpu_has_prefetch __isa_ge_or_opt(1, MIPS_CPU_PREFETCH) 185 #define cpu_has_mcheck __isa_ge_or_opt(1, MIPS_CPU_MCHECK) 191 #define cpu_has_llsc __isa_ge_or_opt( [all...] |
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | cpu-features.h | 43 #define __isa_ge_or_opt(isa, opt) ((MIPS_ISA_REV >= (isa)) || __opt(opt)) macro 96 #define cpu_has_rixiex __isa_ge_or_opt(6, MIPS_CPU_RIXIEX) 102 #define cpu_has_rw_llb __isa_ge_or_opt(6, MIPS_CPU_RW_LLB) 115 #define cpu_has_4kex __isa_ge_or_opt(1, MIPS_CPU_4KEX) 159 #define cpu_has_32fpr __isa_ge_or_opt(1, MIPS_CPU_32FPR) 168 #define cpu_has_divec __isa_ge_or_opt(1, MIPS_CPU_DIVEC) 180 #define cpu_has_prefetch __isa_ge_or_opt(1, MIPS_CPU_PREFETCH) 183 #define cpu_has_mcheck __isa_ge_or_opt(1, MIPS_CPU_MCHECK) 189 #define cpu_has_llsc __isa_ge_or_opt(1, MIPS_CPU_LLSC) 226 #define cpu_has_rixi __isa_ge_or_opt( [all...] |
Completed in 2 milliseconds