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

/linux-master/arch/mips/include/asm/
H A Dcpu-features.h90 #define cpu_has_htw __opt(MIPS_CPU_HTW)
705 #define cpu_guest_has_htw (cpu_data[0].guest.options & MIPS_CPU_HTW)
H A Dcpu.h387 #define MIPS_CPU_HTW BIT_ULL(28) /* CPU support Hardware Page Table Walker */ macro
/linux-master/arch/mips/kernel/
H A Dcpu-probe.c70 cpu_data[0].options &= ~MIPS_CPU_HTW;
545 c->options |= MIPS_CPU_HTW;
889 c->guest.options |= MIPS_CPU_HTW;
1921 c->options &= ~MIPS_CPU_HTW;
/linux-master/arch/mips/mm/
H A Dtlbex.c2438 current_cpu_data.options &= ~MIPS_CPU_HTW;

Completed in 158 milliseconds