Searched refs:fpstate_cache (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | vm_machdep.c | 226 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 D | process_machdep.c | 234 fs = pool_cache_get(fpstate_cache, PR_WAITOK); in process_write_fpregs()
|
| H A D | cpu.c | 95 struct pool_cache *fpstate_cache; variable 508 fpstate_cache = pool_cache_init(sizeof(struct fpstate64), in cpu_attach()
|
| H A D | netbsd32_machdep.c | 140 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 D | sunos32_machdep.c | 145 pool_cache_put(fpstate_cache, fs); in sunos32_setregs()
|
| H A D | machdep.c | 279 pool_cache_put(fpstate_cache, fs); in setregs() 2592 fsp = pool_cache_get(fpstate_cache, PR_WAITOK); in cpu_setmcontext()
|
| H A D | trap.c | 671 fs = pool_cache_get(fpstate_cache, PR_WAITOK); in trap()
|
| /netbsd-src/sys/arch/sparc64/include/ |
| H A D | cpu.h | 265 extern struct pool_cache *fpstate_cache;
|