Symbol: fpu_kern_leave
sys/amd64/include/fpu.h
75
int fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx);
sys/arm/include/vfp.h
170
int fpu_kern_leave(struct thread *, struct fpu_kern_ctx *);
sys/arm64/include/vfp.h
103
int fpu_kern_leave(struct thread *, struct fpu_kern_ctx *);
sys/compat/linuxkpi/common/src/linux_fpu.c
60
fpu_kern_leave(curthread, NULL);
sys/crypto/aesni/aesni.c
566
fpu_kern_leave(curthread, NULL);
sys/crypto/aesni/aesni.c
751
fpu_kern_leave(curthread, NULL);
sys/crypto/aesni/aesni.c
855
fpu_kern_leave(curthread, NULL);
sys/crypto/armv8/armv8_crypto.c
254
fpu_kern_leave(curthread, NULL);
sys/crypto/armv8/armv8_crypto.c
389
fpu_kern_leave(curthread, NULL);
sys/crypto/blake2/blake2_cryptodev.c
311
fpu_kern_leave(curthread, NULL);
sys/crypto/openssl/ossl.c
243
fpu_kern_leave(curthread, NULL);
sys/crypto/openssl/ossl.c
269
fpu_kern_leave(curthread, NULL);
sys/crypto/openssl/ossl.c
276
fpu_kern_leave(curthread, NULL);
sys/crypto/openssl/ossl.c
455
fpu_kern_leave(curthread, NULL);
sys/crypto/via/padlock.c
178
fpu_kern_leave(td, NULL);
sys/crypto/via/padlock_cipher.c
227
fpu_kern_leave(td, NULL);
sys/crypto/via/padlock_hash.c
401
fpu_kern_leave(td, NULL);
sys/dev/efidev/efirt.c
315
fpu_kern_leave(td, NULL);
sys/dev/efidev/efirt.c
338
fpu_kern_leave(td, NULL);
sys/dev/random/nehemiah.c
88
fpu_kern_leave(curthread, NULL);
sys/i386/include/npx.h
78
int fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx);
sys/powerpc/include/fpu.h
96
int fpu_kern_leave(struct thread *td, struct fpu_kern_ctx *ctx);
sys/x86/x86/local_apic.c
1128
fpu_kern_leave(curthread, NULL);
sys/x86/x86/tsc.c
785
fpu_kern_leave(curthread, NULL);