Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dcpu.h383 #define MIPS_CPU_RW_LLB 0x1000000000ull /* LLADDR/LLB writes are allowed */ macro
Dcpu-features.h45 #define cpu_has_rw_llb (cpu_data[0].options & MIPS_CPU_RW_LLB)
/linux-4.4.14/arch/mips/kernel/
Dcpu-probe.c633 c->options |= MIPS_CPU_RW_LLB; in decode_config5()