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()
56 for (way = 0; way < cpuinfo.tlb_num_ways; way++) { in replace_tlb_one_pid()137 for (way = 0; way < cpuinfo.tlb_num_ways; way++) { in flush_tlb_one()181 for (way = 0; way < cpuinfo.tlb_num_ways; way++) { in dump_tlb_line()230 for (way = 0; way < cpuinfo.tlb_num_ways; way++) { in flush_tlb_pid()283 for (way = 0; way < cpuinfo.tlb_num_ways; way++) in flush_tlb_all()
30 u32 tlb_num_ways; member