Home
last modified time | relevance | path

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

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