Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/mach-au1x00/
Dcpu-feature-overrides.h14 #define cpu_has_htw 0 macro
/linux-4.4.14/arch/mips/include/asm/mach-ip27/
Dcpu-feature-overrides.h20 #define cpu_has_htw 0 macro
/linux-4.4.14/arch/mips/include/asm/mach-dec/
Dcpu-feature-overrides.h20 #define cpu_has_htw 0 macro
/linux-4.4.14/arch/mips/include/asm/
Dcpu-features.h35 #ifndef cpu_has_htw
36 #define cpu_has_htw (cpu_data[0].options & MIPS_CPU_HTW) macro
Dmmu_context.h25 if (cpu_has_htw) { \
Dpgtable.h104 if (cpu_has_htw) { \
119 if (cpu_has_htw) { \
/linux-4.4.14/arch/mips/lib/
Ddump_tlb.c36 if (cpu_has_htw) { in dump_tlb_regs()
/linux-4.4.14/arch/mips/kernel/
Dproc.c122 if (cpu_has_htw) seq_printf(m, "%s", " htw"); in show_cpuinfo()
/linux-4.4.14/arch/mips/mm/
Dtlbex.c1898 if (cpu_has_htw) { in build_r4000_tlbchange_handler_head()
2456 if (cpu_has_htw) in build_tlb_refill_handler()