Home
last modified time | relevance | path

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

/linux-4.4.14/arch/nios2/kernel/
Dcpuinfo.c86 cpuinfo.tlb_num_ways = fcpu(cpu, "altr,tlb-num-ways"); in setup_cpuinfo()
87 if (!cpuinfo.tlb_num_ways) in setup_cpuinfo()
112 cpuinfo.tlb_num_ways_log2 = ilog2(cpuinfo.tlb_num_ways); in setup_cpuinfo()
114 cpuinfo.tlb_num_lines = cpuinfo.tlb_num_entries / cpuinfo.tlb_num_ways; in setup_cpuinfo()
166 cpuinfo.tlb_num_ways, in show_cpuinfo()
/linux-4.4.14/arch/nios2/mm/
Dtlb.c65 for (way = 0; way < cpuinfo.tlb_num_ways; way++) { in flush_tlb_one_pid()
129 for (way = 0; way < cpuinfo.tlb_num_ways; way++) { in flush_tlb_one()
170 for (way = 0; way < cpuinfo.tlb_num_ways; way++) { in dump_tlb_line()
218 for (way = 0; way < cpuinfo.tlb_num_ways; way++) { in flush_tlb_pid()
257 for (way = 0; way < cpuinfo.tlb_num_ways; way++) { in flush_tlb_all()
/linux-4.4.14/arch/nios2/include/asm/
Dcpuinfo.h41 u32 tlb_num_ways; member