Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dfpu.h92 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int flags);
/freebsd/sys/amd64/include/
H A Dfpu.h70 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int flags);
/freebsd/sys/i386/include/
H A Dnpx.h74 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int flags);
/freebsd/sys/arm64/include/
H A Dvfp.h100 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int);
/freebsd/sys/arm/include/
H A Dvfp.h167 struct fpu_kern_ctx *fpu_kern_alloc_ctx(u_int);
/freebsd/sys/arm/arm/
H A Dvfp.c421 fpu_kern_alloc_ctx(u_int flags) in fpu_kern_alloc_ctx() function
/freebsd/sys/arm64/arm64/
H A Dvfp.c1066 fpu_kern_alloc_ctx(u_int flags) in fpu_kern_alloc_ctx() function
/freebsd/sys/amd64/amd64/
H A Dfpu.c1124 fpu_kern_alloc_ctx(u_int flags) in fpu_kern_alloc_ctx() function
/freebsd/sys/i386/i386/
H A Dnpx.c1370 fpu_kern_alloc_ctx(u_int flags) in fpu_kern_alloc_ctx() function
/freebsd/share/man/man9/
H A DMakefile1153 MLINKS+=fpu_kern.9 fpu_kern_alloc_ctx.9 \