Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
H A Dcommon.c702 c->x86_tlbsize = 0; in cpu_detect_cache_sizes()
713 c->x86_tlbsize += ((ebx >> 16) & 0xfff) + (ebx & 0xfff); in cpu_detect_cache_sizes()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dproc.c130 if (c->x86_tlbsize > 0) in show_cpuinfo()
131 seq_printf(m, "TLB size\t: %d 4K pages\n", c->x86_tlbsize); in show_cpuinfo()
H A Dcommon.c835 c->x86_tlbsize = 0; in cpu_detect_cache_sizes()
846 c->x86_tlbsize += ((ebx >> 16) & 0xfff) + (ebx & 0xfff); in cpu_detect_cache_sizes()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dprocessor.h88 int x86_tlbsize; member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dprocessor.h90 int x86_tlbsize; member

Completed in 9 milliseconds