Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/include/asm/
A Dcpu-features.h90 #define cpu_has_htw __opt(MIPS_CPU_HTW)
688 #define cpu_guest_has_htw (cpu_data[0].guest.options & MIPS_CPU_HTW)
A Dcpu.h387 #define MIPS_CPU_HTW BIT_ULL(28) /* CPU support Hardware Page Table Walker */ macro
/linux-6.3-rc2/arch/mips/kernel/
A Dcpu-probe.c70 cpu_data[0].options &= ~MIPS_CPU_HTW; in htw_disable()
546 c->options |= MIPS_CPU_HTW; in decode_config3()
890 c->guest.options |= MIPS_CPU_HTW; in decode_guest_config3()
1918 c->options &= ~MIPS_CPU_HTW; in cpu_probe()
/linux-6.3-rc2/arch/mips/mm/
A Dtlbex.c2472 current_cpu_data.options &= ~MIPS_CPU_HTW; in config_htw_params()

Completed in 13 milliseconds