Searched refs:__isa_ge_and_opt (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dcpu-features.h33 #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 128 milliseconds