Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
setup_smp
arch/alpha/kernel/proto.h
120
extern void setup_smp(void);
arch/alpha/kernel/setup.c
656
setup_smp();
arch/csky/include/asm/smp.h
12
void __init setup_smp(void);
arch/csky/kernel/setup.c
123
setup_smp();
arch/riscv/include/asm/smp.h
32
void __init setup_smp(void);
arch/riscv/kernel/setup.c
351
setup_smp();