Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dprocessor.h150 int x86_tlbsize; member
/linux/arch/x86/kernel/cpu/
H A Dcommon.c869 c->x86_tlbsize = 0; in cpu_detect_cache_sizes()
880 c->x86_tlbsize += ((ebx >> 16) & 0xfff) + (ebx & 0xfff); in cpu_detect_cache_sizes()