Searched refs:__lkpi_fpu_ctx (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/compat/linuxkpi/common/include/asm/fpu/
H A Dapi.h35 extern struct fpu_kern_ctx *__lkpi_fpu_ctx;
42 fpu_kern_enter(curthread, __lkpi_fpu_ctx, FPU_KERN_NORMAL);
50 fpu_kern_leave(curthread, __lkpi_fpu_ctx);
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_fpu.c35 struct fpu_kern_ctx *__lkpi_fpu_ctx; variable in typeref:struct:fpu_kern_ctx
41 __lkpi_fpu_ctx = fpu_kern_alloc_ctx(0);
48 fpu_kern_free_ctx(__lkpi_fpu_ctx);

Completed in 153 milliseconds