HomeSort by: relevance | last modified time | path
    Searched refs:FPU_SAVE_XSAVE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/x86/x86/
fpu.c 386 case FPU_SAVE_XSAVE:
411 case FPU_SAVE_XSAVE:
754 if (x86_fpu_save >= FPU_SAVE_XSAVE) {
797 case FPU_SAVE_XSAVE:
984 if (x86_fpu_save >= FPU_SAVE_XSAVE) {
identcpu.c 808 x86_fpu_save = FPU_SAVE_XSAVE;
  /src/sys/arch/x86/include/
cpu.h 477 #define FPU_SAVE_XSAVE 2
  /src/sys/arch/xen/x86/
cpu.c 552 if (cpu_feature[1] & CPUID2_XSAVE && x86_fpu_save >= FPU_SAVE_XSAVE)

Completed in 21 milliseconds