Home
last modified time | relevance | path

Searched refs:MIPS_CPU_HTW (Results 1 – 4 of 4) sorted by relevance

/arch/mips/include/asm/
Dcpu.h379 #define MIPS_CPU_HTW 0x100000000ull /* CPU support Hardware Page Table Walker */ macro
Dcpu-features.h36 #define cpu_has_htw (cpu_data[0].options & MIPS_CPU_HTW)
/arch/mips/kernel/
Dcpu-probe.c343 cpu_data[0].options &= ~MIPS_CPU_HTW; in htw_disable()
702 c->options |= MIPS_CPU_HTW; in decode_config3()
1675 c->options &= ~MIPS_CPU_HTW; in cpu_probe()
/arch/mips/mm/
Dtlbex.c2323 current_cpu_data.options &= ~MIPS_CPU_HTW; in config_htw_params()