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