Home
last modified time | relevance | path

Searched refs:x86_tlbsize (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/x86_64/kernel/
Dsetup.c404 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()
/linux-2.4.37.9/include/asm-x86_64/
Dprocessor.h54 int x86_tlbsize; /* number of 4K pages in DTLB/ITLB combined(in pages)*/ member