MIPS_CPU_RW_LLB 100 arch/mips/include/asm/cpu-features.h #define cpu_has_rw_llb __isa_ge_or_opt(6, MIPS_CPU_RW_LLB) MIPS_CPU_RW_LLB 674 arch/mips/include/asm/cpu-features.h #define cpu_guest_has_rw_llb (cpu_has_mips_r6 || (cpu_data[0].guest.options & MIPS_CPU_RW_LLB)) MIPS_CPU_RW_LLB 891 arch/mips/kernel/cpu-probe.c c->options |= MIPS_CPU_RW_LLB; MIPS_CPU_RW_LLB 1170 arch/mips/kernel/cpu-probe.c c->guest.options |= MIPS_CPU_RW_LLB;