NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
_UC_FXSAVE
sys/arch/amd64/amd64/netbsd32_machdep.c
1013
KASSERT(*flags & _UC_FXSAVE);
sys/arch/amd64/amd64/netbsd32_machdep.c
993
*flags |= _UC_FXSAVE | _UC_FPU;
sys/arch/i386/i386/machdep.c
1737
*flags |= _UC_FXSAVE | _UC_FPU;
sys/arch/i386/i386/machdep.c
1757
KASSERT(*flags & _UC_FXSAVE);
sys/arch/i386/i386/machdep.c
1880
if (flags & _UC_FXSAVE) {