Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dproc.c133 if (c->x86_tlbsize > 0) in show_cpuinfo()
134 seq_printf(m, "TLB size\t: %d 4K pages\n", c->x86_tlbsize); in show_cpuinfo()
/linux/arch/x86/include/asm/
H A Dprocessor.h145 int x86_tlbsize; member