Home
last modified time | relevance | path

Searched refs:fpstate_cache (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/arch/sparc64/sparc64/
H A Dvm_machdep.c226 l2->l_md.md_fpstate = pool_cache_get(fpstate_cache, PR_WAITOK); in cpu_lwp_fork()
353 pool_cache_put(fpstate_cache, fs); in cpu_lwp_free2()
H A Dprocess_machdep.c234 fs = pool_cache_get(fpstate_cache, PR_WAITOK); in process_write_fpregs()
H A Dcpu.c95 struct pool_cache *fpstate_cache; variable
508 fpstate_cache = pool_cache_init(sizeof(struct fpstate64), in cpu_attach()
H A Dnetbsd32_machdep.c140 pool_cache_put(fpstate_cache, fs); in netbsd32_setregs()
551 fsp = pool_cache_get(fpstate_cache, PR_WAITOK); in netbsd32_cpu_setmcontext()
883 fsp = pool_cache_get(fpstate_cache, PR_WAITOK); in cpu_setmcontext32()
H A Dsunos32_machdep.c145 pool_cache_put(fpstate_cache, fs); in sunos32_setregs()
H A Dmachdep.c279 pool_cache_put(fpstate_cache, fs); in setregs()
2592 fsp = pool_cache_get(fpstate_cache, PR_WAITOK); in cpu_setmcontext()
H A Dtrap.c671 fs = pool_cache_get(fpstate_cache, PR_WAITOK); in trap()
/netbsd-src/sys/arch/sparc64/include/
H A Dcpu.h265 extern struct pool_cache *fpstate_cache;