Searched refs:__isa_ge_and_opt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | cpu-features.h | 33 #define __isa_ge_and_opt(isa, opt) ((MIPS_ISA_REV >= (isa)) && __opt(opt)) macro 449 #define cpu_has_vp __isa_ge_and_opt(6, MIPS_CPU_VP) 608 __isa_ge_and_opt(6, MIPS_CPU_SHARED_FTLB_RAM) 625 __isa_ge_and_opt(6, MIPS_CPU_SHARED_FTLB_ENTRIES) 652 # define cpu_has_mmid __isa_ge_and_opt(6, MIPS_CPU_MMID)
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | cpu-features.h | 33 #define __isa_ge_and_opt(isa, opt) ((MIPS_ISA_REV >= (isa)) && __opt(opt)) macro 447 #define cpu_has_vp __isa_ge_and_opt(6, MIPS_CPU_VP) 606 __isa_ge_and_opt(6, MIPS_CPU_SHARED_FTLB_RAM) 623 __isa_ge_and_opt(6, MIPS_CPU_SHARED_FTLB_ENTRIES) 650 # define cpu_has_mmid __isa_ge_and_opt(6, MIPS_CPU_MMID)
|
Completed in 3 milliseconds