Home
last modified time | relevance | path

Searched refs:fpu_kern_alloc_ctx_domain (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Dfpu.h74 struct fpu_kern_ctx *fpu_kern_alloc_ctx_domain(int domain, u_int flags);
/f-stack/freebsd/crypto/blake2/
H A Dblake2_cryptodev.c142 ctx_fpu[i] = fpu_kern_alloc_ctx_domain( in blake2_attach()
/f-stack/freebsd/amd64/amd64/
H A Dfpu.c1114 fpu_kern_alloc_ctx_domain(int domain, u_int flags) in fpu_kern_alloc_ctx_domain() function
/f-stack/freebsd/crypto/aesni/
H A Daesni.c180 ctx_fpu[i] = fpu_kern_alloc_ctx_domain( in aesni_attach()