Searched refs:x86_tlbsize (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/kernel/cpu/
H A Dproc.c130 if (c->x86_tlbsize > 0)
131 seq_printf(m, "TLB size\t: %d 4K pages\n", c->x86_tlbsize);
H A Dcommon.c819 c->x86_tlbsize = 0;
830 c->x86_tlbsize += ((ebx >> 16) & 0xfff) + (ebx & 0xfff);
/linux-master/arch/x86/include/asm/
H A Dprocessor.h117 int x86_tlbsize; member in struct:cpuinfo_x86

Completed in 127 milliseconds