Searched refs:x86_tlbsize (Results 1 – 2 of 2) sorted by relevance
404 c->x86_tlbsize = ((ebx>>16)&0xff) + ((ebx_2>>16)&0xfff) + in display_cacheinfo()877 if (c->x86_tlbsize > 0) in show_cpuinfo()878 seq_printf(m, "TLB size\t: %d 4K pages\n", c->x86_tlbsize); in show_cpuinfo()
54 int x86_tlbsize; /* number of 4K pages in DTLB/ITLB combined(in pages)*/ member