Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds