Home
last modified time | relevance | path

Searched refs:fpu_ctx_level (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_fpu.c52 if ((current->fpu_ctx_level)++ == 0) in lkpi_kernel_fpu_begin()
59 if (--(current->fpu_ctx_level) == 0) in lkpi_kernel_fpu_end()
69 __current_unallocated(curthread) ? 0 : current->fpu_ctx_level; in lkpi_fpu_safe_exec()
71 current->fpu_ctx_level = 1; in lkpi_fpu_safe_exec()
77 current->fpu_ctx_level = save_fpu_level; in lkpi_fpu_safe_exec()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsched.h91 unsigned int fpu_ctx_level; member