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

/linux-master/arch/mips/include/asm/
H A Dcpu-features.h102 #define cpu_has_rw_llb __isa_ge_or_opt(6, MIPS_CPU_RW_LLB)
720 #define cpu_guest_has_rw_llb (cpu_has_mips_r6 || (cpu_data[0].guest.options & MIPS_CPU_RW_LLB))
H A Dcpu.h391 #define MIPS_CPU_RW_LLB BIT_ULL(32) /* LLADDR/LLB writes are allowed */ macro
/linux-master/arch/mips/kernel/
H A Dcpu-probe.c661 c->options |= MIPS_CPU_RW_LLB;
940 c->guest.options |= MIPS_CPU_RW_LLB;

Completed in 851 milliseconds