FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
fxsave
sys/amd64/amd64/fpu.c
74
#define fxsave(addr) __asm __volatile("fxsave %0" : "=m" (*(addr)))
sys/i386/i386/npx.c
88
#define fxsave(addr) __asm __volatile("fxsave %0" : "=m" (*(addr)))