Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dcpu-features.h18 #define __opt(opt) (cpu_data[0].options & (opt)) macro
32 #define __isa_ge_and_opt(isa, opt) ((MIPS_ISA_REV >= (isa)) && __opt(opt))
42 #define __isa_ge_or_opt(isa, opt) ((MIPS_ISA_REV >= (isa)) || __opt(opt))
53 #define __isa_lt_and_opt(isa, opt) ((MIPS_ISA_REV < (isa)) && __opt(opt))
60 #define cpu_has_tlb __opt(MIPS_CPU_TLB)
63 #define cpu_has_ftlb __opt(MIPS_CPU_FTLB)
66 #define cpu_has_tlbinv __opt(MIPS_CPU_TLBINV)
69 #define cpu_has_segments __opt(MIPS_CPU_SEGMENTS)
72 #define cpu_has_eva __opt(MIPS_CPU_EVA)
75 #define cpu_has_htw __opt(MIPS_CPU_HTW)
[all …]