Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/include/
H A Dvfp.h84 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int);
/f-stack/freebsd/amd64/include/
H A Dfpu.h73 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int flags);
/f-stack/freebsd/i386/include/
H A Dnpx.h77 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int flags);
/f-stack/freebsd/crypto/via/
H A Dpadlock.c188 ses->ses_fpu_ctx = fpu_kern_alloc_ctx(FPU_KERN_NORMAL); in padlock_newsession()
/f-stack/freebsd/arm64/arm64/
H A Dvfp.c250 fpu_kern_alloc_ctx(u_int flags) in fpu_kern_alloc_ctx() function
/f-stack/freebsd/crypto/blake2/
H A Dblake2_cryptodev.c145 ctx_fpu[i] = fpu_kern_alloc_ctx(FPU_KERN_NORMAL); in blake2_attach()
/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto.c164 ctx_vfp[i] = fpu_kern_alloc_ctx(0); in armv8_crypto_attach()
/f-stack/freebsd/amd64/amd64/
H A Dfpu.c1122 fpu_kern_alloc_ctx(u_int flags) in fpu_kern_alloc_ctx() function
/f-stack/freebsd/crypto/aesni/
H A Daesni.c183 ctx_fpu[i] = fpu_kern_alloc_ctx(FPU_KERN_NORMAL); in aesni_attach()
/f-stack/freebsd/i386/i386/
H A Dnpx.c1389 fpu_kern_alloc_ctx(u_int flags) in fpu_kern_alloc_ctx() function