uvm_uarea_system_cache
static pool_cache_t uvm_uarea_system_cache;
uvm_uarea_system_cache = pool_cache_init(USPACE, USPACE_ALIGN,
return (vaddr_t)pool_cache_get(uvm_uarea_system_cache, PR_WAITOK);
pool_cache_put(uvm_uarea_system_cache, (void *)uaddr);