Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
A Dcpu-features.h102 #define cpu_has_rw_llb __isa_ge_or_opt(6, MIPS_CPU_RW_LLB)
703 #define cpu_guest_has_rw_llb (cpu_has_mips_r6 || (cpu_data[0].guest.options & MIPS_CPU_RW_LLB))
A Dcpu.h398 #define MIPS_CPU_RW_LLB BIT_ULL(32) /* LLADDR/LLB writes are allowed */ macro
/linux/arch/mips/kernel/
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 9 milliseconds