Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dcpu.h21 void (*c_detect_tlb)(struct cpuinfo_x86 *); member
H A Dhygon.c269 .c_detect_tlb = cpu_detect_tlb_hygon,
H A Damd.c1147 .c_detect_tlb = cpu_detect_tlb_amd,
H A Dintel.c903 .c_detect_tlb = intel_detect_tlb,
H A Dcommon.c859 if (this_cpu->c_detect_tlb) in cpu_detect_tlb()
860 this_cpu->c_detect_tlb(c); in cpu_detect_tlb()