Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_fpu.c41 __lkpi_fpu_ctx = fpu_kern_alloc_ctx(0); in linux_fpu_init()
/freebsd-13.1/sys/arm64/include/
H A Dvfp.h84 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int);
/freebsd-13.1/sys/amd64/include/
H A Dfpu.h73 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int flags);
/freebsd-13.1/sys/i386/include/
H A Dnpx.h77 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int flags);
/freebsd-13.1/sys/dev/random/
H A Dnehemiah.c86 fpu_ctx_save = fpu_kern_alloc_ctx(FPU_KERN_NORMAL); in random_nehemiah_init()
/freebsd-13.1/sys/crypto/via/
H A Dpadlock.c188 ses->ses_fpu_ctx = fpu_kern_alloc_ctx(FPU_KERN_NORMAL); in padlock_newsession()
/freebsd-13.1/sys/arm64/arm64/
H A Dvfp.c270 fpu_kern_alloc_ctx(u_int flags) in fpu_kern_alloc_ctx() function
/freebsd-13.1/sys/crypto/blake2/
H A Dblake2_cryptodev.c145 ctx_fpu[i] = fpu_kern_alloc_ctx(FPU_KERN_NORMAL); in blake2_attach()
/freebsd-13.1/sys/crypto/armv8/
H A Darmv8_crypto.c164 ctx_vfp[i] = fpu_kern_alloc_ctx(0); in armv8_crypto_attach()
/freebsd-13.1/sys/amd64/amd64/
H A Dfpu.c1125 fpu_kern_alloc_ctx(u_int flags) in fpu_kern_alloc_ctx() function
/freebsd-13.1/sys/compat/ndis/
H A Dkern_windrv.c676 ent->ctx = fpu_kern_alloc_ctx(FPU_KERN_NORMAL | in request_fpu_cc_ent()
/freebsd-13.1/sys/crypto/aesni/
H A Daesni.c186 ctx_fpu[i] = fpu_kern_alloc_ctx(FPU_KERN_NORMAL); in aesni_attach()
/freebsd-13.1/sys/i386/i386/
H A Dnpx.c1392 fpu_kern_alloc_ctx(u_int flags) in fpu_kern_alloc_ctx() function
/freebsd-13.1/share/man/man9/
H A DMakefile1084 MLINKS+=fpu_kern.9 fpu_kern_alloc_ctx.9 \