/src/sys/arch/x86/x86/ |
fpu.c | 265 * only in 64-bit mode, instructions of the XSAVE 274 * 2025, Sec. 13.3 `Enabling the XSAVE feature set 275 * and XSAVE-enabled features', p. 13-6. 387 XS64(xsave)(area, xsave_features); local in function:fpu_area_save 982 /* If XSAVE is supported, make sure that xstate_bv is set correctly. */ 1005 * XSAVE behavior for those flags.
|
fpu.c | 265 * only in 64-bit mode, instructions of the XSAVE 274 * 2025, Sec. 13.3 `Enabling the XSAVE feature set 275 * and XSAVE-enabled features', p. 13-6. 387 XS64(xsave)(area, xsave_features); local in function:fpu_area_save 982 /* If XSAVE is supported, make sure that xstate_bv is set correctly. */ 1005 * XSAVE behavior for those flags.
|
/src/sys/arch/x86/include/ |
cpufunc.h | 441 xsave(void *addr, uint64_t mask) function in typeref:typename:void 449 "xsave %[area]"
|
cpufunc.h | 441 xsave(void *addr, uint64_t mask) function in typeref:typename:void 449 "xsave %[area]"
|