Searched refs:tlb_num_ways (Results 1 – 3 of 3) sorted by relevance
76 cpuinfo.tlb_num_ways = fcpu(cpu, "altr,tlb-num-ways"); in setup_cpuinfo()77 if (!cpuinfo.tlb_num_ways) in setup_cpuinfo()102 cpuinfo.tlb_num_ways_log2 = ilog2(cpuinfo.tlb_num_ways); in setup_cpuinfo()104 cpuinfo.tlb_num_lines = cpuinfo.tlb_num_entries / cpuinfo.tlb_num_ways; in setup_cpuinfo()164 cpuinfo.tlb_num_ways, in show_cpuinfo()
55 for (way = 0; way < cpuinfo.tlb_num_ways; way++) { in replace_tlb_one_pid()136 for (way = 0; way < cpuinfo.tlb_num_ways; way++) { in flush_tlb_one()180 for (way = 0; way < cpuinfo.tlb_num_ways; way++) { in dump_tlb_line()229 for (way = 0; way < cpuinfo.tlb_num_ways; way++) { in flush_tlb_pid()282 for (way = 0; way < cpuinfo.tlb_num_ways; way++) in flush_tlb_all()
30 u32 tlb_num_ways; member