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

/freebsd-13-stable/sys/compat/linuxkpi/common/include/asm/fpu/
H A Dapi.h36 extern unsigned int __lkpi_fpu_ctx_level;
41 if (__lkpi_fpu_ctx_level++ == 0) {
49 if (--__lkpi_fpu_ctx_level == 0) {
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_fpu.c36 unsigned int __lkpi_fpu_ctx_level = 0; variable

Completed in 102 milliseconds