c_detect_tlb 1078 arch/x86/kernel/cpu/amd.c .c_detect_tlb = cpu_detect_tlb_amd, c_detect_tlb 716 arch/x86/kernel/cpu/common.c if (this_cpu->c_detect_tlb) c_detect_tlb 717 arch/x86/kernel/cpu/common.c this_cpu->c_detect_tlb(c); c_detect_tlb 16 arch/x86/kernel/cpu/cpu.h void (*c_detect_tlb)(struct cpuinfo_x86 *); c_detect_tlb 392 arch/x86/kernel/cpu/hygon.c .c_detect_tlb = cpu_detect_tlb_hygon, c_detect_tlb 1024 arch/x86/kernel/cpu/intel.c .c_detect_tlb = intel_detect_tlb,