Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
msrs_alloc
arch/x86/include/asm/msr.h
253
struct msr __percpu *msrs_alloc(void);
arch/x86/lib/msr.c
22
EXPORT_SYMBOL(msrs_alloc);
drivers/edac/amd64_edac.c
4153
msrs = msrs_alloc();