Home
last modified time | relevance | path

Searched refs:c_detect_tlb (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dcpu.h16 void (*c_detect_tlb)(struct cpuinfo_x86 *); member
H A Dhygon.c400 .c_detect_tlb = cpu_detect_tlb_hygon,
H A Dcommon.c740 if (this_cpu->c_detect_tlb) in cpu_detect_tlb()
741 this_cpu->c_detect_tlb(c); in cpu_detect_tlb()
H A Dintel.c976 .c_detect_tlb = intel_detect_tlb,
H A Damd.c1139 .c_detect_tlb = cpu_detect_tlb_amd,