MIPS_CPU_HTW       88 arch/mips/include/asm/cpu-features.h #define cpu_has_htw		__opt(MIPS_CPU_HTW)
MIPS_CPU_HTW      662 arch/mips/include/asm/cpu-features.h #define cpu_guest_has_htw	(cpu_data[0].guest.options & MIPS_CPU_HTW)
MIPS_CPU_HTW      370 arch/mips/kernel/cpu-probe.c 	cpu_data[0].options &= ~MIPS_CPU_HTW;
MIPS_CPU_HTW      775 arch/mips/kernel/cpu-probe.c 		c->options |= MIPS_CPU_HTW;
MIPS_CPU_HTW     1119 arch/mips/kernel/cpu-probe.c 		c->guest.options |= MIPS_CPU_HTW;
MIPS_CPU_HTW     2151 arch/mips/kernel/cpu-probe.c 		c->options &= ~MIPS_CPU_HTW;
MIPS_CPU_HTW     2510 arch/mips/mm/tlbex.c 		current_cpu_data.options &= ~MIPS_CPU_HTW;