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

/freebsd-13-stable/sys/i386/include/
H A Dnpx.h95 #define FPU_KERN_NOCTX 0x0004 macro
/freebsd-13-stable/sys/arm64/include/
H A Dvfp.h83 #define FPU_KERN_NOCTX 0x0004 macro
/freebsd-13-stable/sys/amd64/include/
H A Dfpu.h92 #define FPU_KERN_NOCTX 0x0004 macro
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsimd_x86.h45 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX);\
/freebsd-13-stable/sys/crypto/openssl/
H A Dossl.c190 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX);
217 fpu_kern_enter(curthread, NULL, FPU_KERN_NOCTX);
/freebsd-13-stable/sys/arm64/arm64/
H A Dvfp.c297 KASSERT((flags & FPU_KERN_NOCTX) != 0 || ctx != NULL,
298 ("ctx is required when !FPU_KERN_NOCTX"));
304 if ((flags & FPU_KERN_NOCTX) != 0) {
346 KASSERT(ctx == NULL, ("non-null ctx after FPU_KERN_NOCTX"));
/freebsd-13-stable/sys/dev/efidev/
H A Defirt.c287 fpu_kern_enter(td, NULL, FPU_KERN_NOCTX);
/freebsd-13-stable/sys/i386/i386/
H A Dnpx.c891 ("npxdna while in fpu_kern_enter(FPU_KERN_NOCTX)"));
1426 KASSERT((flags & FPU_KERN_NOCTX) != 0 || ctx != NULL,
1427 ("ctx is required when !FPU_KERN_NOCTX"));
1433 if ((flags & FPU_KERN_NOCTX) != 0) {
1480 KASSERT(ctx == NULL, ("non-null ctx after FPU_KERN_NOCTX"));
/freebsd-13-stable/sys/amd64/amd64/
H A Dfpu.c816 ("fpudna while in fpu_kern_enter(FPU_KERN_NOCTX)"));
1153 KASSERT((flags & FPU_KERN_NOCTX) != 0 || ctx != NULL,
1154 ("ctx is required when !FPU_KERN_NOCTX"));
1160 if ((flags & FPU_KERN_NOCTX) != 0) {
1207 KASSERT(ctx == NULL, ("non-null ctx after FPU_KERN_NOCTX"));

Completed in 86 milliseconds