Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/mm/
H A Dtlb.c170 if (cpu_has_ptw) in __update_tlb()
228 if (cpu_has_ptw) in setup_ptwalker()
273 if (!cpu_has_ptw) { in setup_tlb_handler()
/openbmc/linux/arch/loongarch/include/asm/
H A Dcpu-features.h67 #define cpu_has_ptw cpu_opt(LOONGARCH_CPU_PTW) macro
/openbmc/linux/arch/loongarch/kernel/
H A Dproc.c83 if (cpu_has_ptw) seq_printf(m, " ptw"); in show_cpuinfo()