Home
last modified time | relevance | path

Searched refs:cpu_has_htw (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip27/
Dcpu-feature-overrides.h20 #define cpu_has_htw 0 macro
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip30/
Dcpu-feature-overrides.h23 #define cpu_has_htw 0 macro
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-au1x00/
Dcpu-feature-overrides.h15 #define cpu_has_htw 0 macro
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-dec/
Dcpu-feature-overrides.h16 #define cpu_has_htw 0 macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dmmu_context.h30 if (cpu_has_htw) { \
Dcpu-features.h89 #ifndef cpu_has_htw
90 #define cpu_has_htw __opt(MIPS_CPU_HTW) macro
Dpgtable.h105 if (cpu_has_htw) { \
120 if (cpu_has_htw) { \
/kernel/linux/linux-5.10/arch/mips/lib/
Ddump_tlb.c39 if (cpu_has_htw) { in dump_tlb_regs()
/kernel/linux/linux-5.10/arch/mips/kernel/
Dproc.c129 if (cpu_has_htw) seq_printf(m, "%s", " htw"); in show_cpuinfo()
/kernel/linux/linux-5.10/arch/mips/kvm/
Dentry.c330 if (cpu_has_htw) in kvm_mips_build_enter_guest()
742 if (cpu_has_htw) in kvm_mips_build_exit()
/kernel/linux/linux-5.10/arch/mips/mm/
Dtlbex.c2033 if (cpu_has_htw) in cpu_has_tlbex_tlbp_race()
2659 if (cpu_has_htw) in build_tlb_refill_handler()