Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/include/
H A Dvfp.h61 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int);
/freebsd-12.1/sys/amd64/include/
H A Dfpu.h73 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int flags);
/freebsd-12.1/sys/i386/include/
H A Dnpx.h77 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int flags);
/freebsd-12.1/sys/dev/random/
H A Dnehemiah.c86 fpu_ctx_save = fpu_kern_alloc_ctx(FPU_KERN_NORMAL); in random_nehemiah_init()
/freebsd-12.1/sys/crypto/via/
H A Dpadlock.c190 ses->ses_fpu_ctx = fpu_kern_alloc_ctx(FPU_KERN_NORMAL); in padlock_newsession()
/freebsd-12.1/sys/arm64/arm64/
H A Dvfp.c247 fpu_kern_alloc_ctx(u_int flags) in fpu_kern_alloc_ctx() function
/freebsd-12.1/sys/crypto/blake2/
H A Dblake2_cryptodev.c148 ctx_fpu[i] = fpu_kern_alloc_ctx(0); in blake2_attach()
/freebsd-12.1/sys/crypto/armv8/
H A Darmv8_crypto.c146 ctx_vfp[i] = fpu_kern_alloc_ctx(0); in armv8_crypto_attach()
/freebsd-12.1/sys/amd64/amd64/
H A Dfpu.c1037 fpu_kern_alloc_ctx(u_int flags) in fpu_kern_alloc_ctx() function
/freebsd-12.1/sys/compat/ndis/
H A Dkern_windrv.c676 ent->ctx = fpu_kern_alloc_ctx(FPU_KERN_NORMAL | in request_fpu_cc_ent()
/freebsd-12.1/sys/crypto/aesni/
H A Daesni.c184 ctx_fpu[i] = fpu_kern_alloc_ctx(0); in aesni_attach()
/freebsd-12.1/sys/i386/i386/
H A Dnpx.c1356 fpu_kern_alloc_ctx(u_int flags) in fpu_kern_alloc_ctx() function
/freebsd-12.1/share/man/man9/
H A DMakefile994 MLINKS+=fpu_kern.9 fpu_kern_alloc_ctx.9 \