Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dproc.c128 if (c->x86_tlbsize > 0) in show_cpuinfo()
129 seq_printf(m, "TLB size\t: %d 4K pages\n", c->x86_tlbsize); in show_cpuinfo()
A Dcommon.c832 c->x86_tlbsize = 0; in cpu_detect_cache_sizes()
843 c->x86_tlbsize += ((ebx >> 16) & 0xfff) + (ebx & 0xfff); in cpu_detect_cache_sizes()
/linux-6.3-rc2/arch/x86/include/asm/
A Dprocessor.h89 int x86_tlbsize; member

Completed in 9 milliseconds