Home
last modified time | relevance | path

Searched refs:FPU_SAVE_XSAVE (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/x86/x86/
Dfpu.c415 case FPU_SAVE_XSAVE: in fpu_area_save()
440 case FPU_SAVE_XSAVE: in fpu_area_restore()
782 if (x86_fpu_save >= FPU_SAVE_XSAVE) { in fpu_xstate_reload()
825 case FPU_SAVE_XSAVE: in fpu_clear()
1012 if (x86_fpu_save >= FPU_SAVE_XSAVE) { in process_write_xstate()
Didentcpu.c808 x86_fpu_save = FPU_SAVE_XSAVE; in cpu_probe_fpu()
/netbsd/src/sys/arch/x86/include/
Dcpu.h477 #define FPU_SAVE_XSAVE 2 macro
/netbsd/src/sys/arch/xen/x86/
Dcpu.c552 if (cpu_feature[1] & CPUID2_XSAVE && x86_fpu_save >= FPU_SAVE_XSAVE) in cpu_init()