Home
last modified time | relevance | path

Searched refs:KFPU_387 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/fpu/
H A Dapi.h26 #define KFPU_387 _BITUL(0) /* 387 state will be initialized */ macro
48 kernel_fpu_begin_mask(KFPU_387 | KFPU_MXCSR); in kernel_fpu_begin()
/linux/arch/x86/include/asm/
H A Defi.h84 kernel_fpu_begin_mask(KFPU_387 | KFPU_MXCSR); in efi_fpu_begin()
/linux/arch/x86/kernel/fpu/
H A Dcore.c441 if (unlikely(kfpu_mask & KFPU_387) && boot_cpu_has(X86_FEATURE_FPU)) in kernel_fpu_begin_mask()