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

/linux-master/arch/mips/include/asm/
H A Dcpu-features.h19 #define __opt(opt) (cpu_data[0].options & (opt)) macro
33 #define __isa_ge_and_opt(isa, opt) ((MIPS_ISA_REV >= (isa)) && __opt(opt))
43 #define __isa_ge_or_opt(isa, opt) ((MIPS_ISA_REV >= (isa)) || __opt(opt))
54 #define __isa_lt_and_opt(isa, opt) ((MIPS_ISA_REV < (isa)) && __opt(opt))
75 #define cpu_has_tlb __opt(MIPS_CPU_TLB)
78 #define cpu_has_ftlb __opt(MIPS_CPU_FTLB)
81 #define cpu_has_tlbinv __opt(MIPS_CPU_TLBINV)
84 #define cpu_has_segments __opt(MIPS_CPU_SEGMENTS)
87 #define cpu_has_eva __opt(MIPS_CPU_EVA)
90 #define cpu_has_htw __opt(MIPS_CPU_HT
[all...]

Completed in 229 milliseconds