Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
cpu_detect
arch/x86/include/asm/processor.h
222
extern void cpu_detect(struct cpuinfo_x86 *c);
arch/x86/kernel/cpu/common.c
1798
cpu_detect(c);
arch/x86/kernel/cpu/common.c
1970
cpu_detect(c);
arch/x86/xen/enlighten.c
79
cpu_detect(&boot_cpu_data);