Searched refs:FPU_KERN_KTHR (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/powerpc/include/
H A Dfpu.h87 #define FPU_KERN_KTHR 0x0002 macro
/freebsd-current/sys/i386/include/
H A Dnpx.h91 #define FPU_KERN_KTHR 0x0002 macro
/freebsd-current/sys/amd64/include/
H A Dfpu.h88 #define FPU_KERN_KTHR 0x0002 macro
/freebsd-current/sys/arm64/include/
H A Dvfp.h91 #define FPU_KERN_KTHR 0x0002 macro
/freebsd-current/sys/arm/include/
H A Dvfp.h143 #define FPU_KERN_KTHR 0x0002 macro
/freebsd-current/sys/arm64/arm64/
H A Dvfp.c398 if ((flags & FPU_KERN_KTHR) != 0 && is_fpu_kern_thread(0)) {
/freebsd-current/sys/arm/arm/
H A Dvfp.c461 if ((flags & FPU_KERN_KTHR) != 0 && is_fpu_kern_thread(0)) {
/freebsd-current/sys/amd64/amd64/
H A Dfpu.c1179 if ((flags & FPU_KERN_KTHR) != 0 && is_fpu_kern_thread(0)) {
/freebsd-current/sys/i386/i386/
H A Dnpx.c1438 if ((flags & FPU_KERN_KTHR) != 0 && is_fpu_kern_thread(0)) {

Completed in 191 milliseconds