Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/os/
H A Dfpu.c965 kthread_t *kfpu_curthread; member
1699 ASSERT3P(kfpu->kfpu_curthread, ==, curthread); in kernel_fpu_ctx_save()
1755 ASSERT3P(kfpu->kfpu_curthread, ==, curthread); in kernel_fpu_ctx_restore()
1827 if (kfpu->kfpu_curthread != NULL) in kernel_fpu_begin()
1834 kfpu->kfpu_curthread = curthread; in kernel_fpu_begin()
1959 if (kfpu->kfpu_curthread != curthread) { in kernel_fpu_end()
1964 kfpu->kfpu_curthread = NULL; in kernel_fpu_end()