Home
last modified time | relevance | path

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

/freebsd-14.2/sys/powerpc/include/
H A Dfpu.h92 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int flags);
/freebsd-14.2/sys/i386/include/
H A Dnpx.h76 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int flags);
/freebsd-14.2/sys/amd64/include/
H A Dfpu.h72 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int flags);
/freebsd-14.2/sys/arm64/include/
H A Dvfp.h100 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int);
/freebsd-14.2/sys/arm/include/
H A Dvfp.h167 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int);
/freebsd-14.2/sys/arm/arm/
H A Dvfp.c421 fpu_kern_alloc_ctx(u_int flags) in fpu_kern_alloc_ctx() function
/freebsd-14.2/sys/arm64/arm64/
H A Dvfp.c1063 fpu_kern_alloc_ctx(u_int flags) in fpu_kern_alloc_ctx() function
/freebsd-14.2/sys/amd64/amd64/
H A Dfpu.c1123 fpu_kern_alloc_ctx(u_int flags) in fpu_kern_alloc_ctx() function
/freebsd-14.2/sys/i386/i386/
H A Dnpx.c1376 fpu_kern_alloc_ctx(u_int flags) in fpu_kern_alloc_ctx() function
/freebsd-14.2/share/man/man9/
H A DMakefile1120 MLINKS+=fpu_kern.9 fpu_kern_alloc_ctx.9 \