HomeSort by: relevance | last modified time | path
    Searched refs:fpstate_cache (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/sparc64/sparc64/
vm_machdep.c 226 l2->l_md.md_fpstate = pool_cache_get(fpstate_cache, PR_WAITOK);
353 pool_cache_put(fpstate_cache, fs);
process_machdep.c 234 fs = pool_cache_get(fpstate_cache, PR_WAITOK);
cpu.c 95 struct pool_cache *fpstate_cache; variable in typeref:struct:pool_cache *
508 fpstate_cache = pool_cache_init(sizeof(struct fpstate64),
netbsd32_machdep.c 140 pool_cache_put(fpstate_cache, fs);
551 fsp = pool_cache_get(fpstate_cache, PR_WAITOK);
883 fsp = pool_cache_get(fpstate_cache, PR_WAITOK);
sunos32_machdep.c 145 pool_cache_put(fpstate_cache, fs);
machdep.c 279 pool_cache_put(fpstate_cache, fs);
2592 fsp = pool_cache_get(fpstate_cache, PR_WAITOK);
trap.c 671 fs = pool_cache_get(fpstate_cache, PR_WAITOK);
  /src/sys/arch/sparc64/include/
cpu.h 265 extern struct pool_cache *fpstate_cache;

Completed in 33 milliseconds