Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/include/
H A Dvfp.h82 #define FPU_KERN_NOCTX 0x0004 macro
/f-stack/freebsd/amd64/include/
H A Dfpu.h92 #define FPU_KERN_NOCTX 0x0004 macro
/f-stack/freebsd/i386/include/
H A Dnpx.h95 #define FPU_KERN_NOCTX 0x0004 macro
/f-stack/freebsd/crypto/openssl/
H A Dossl.c190 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX); in ossl_newsession()
217 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX); in ossl_process()
/f-stack/freebsd/arm64/arm64/
H A Dvfp.c276 KASSERT((flags & FPU_KERN_NOCTX) != 0 || ctx != NULL, in fpu_kern_enter()
283 if ((flags & FPU_KERN_NOCTX) != 0) { in fpu_kern_enter()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsimd_x86.h45 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX);\
/f-stack/freebsd/amd64/amd64/
H A Dfpu.c1153 KASSERT((flags & FPU_KERN_NOCTX) != 0 || ctx != NULL, in fpu_kern_enter()
1160 if ((flags & FPU_KERN_NOCTX) != 0) { in fpu_kern_enter()
/f-stack/freebsd/i386/i386/
H A Dnpx.c1426 KASSERT((flags & FPU_KERN_NOCTX) != 0 || ctx != NULL, in fpu_kern_enter()
1433 if ((flags & FPU_KERN_NOCTX) != 0) { in fpu_kern_enter()