Searched refs:cpumem_hdl (Results 1 – 1 of 1) sorted by relevance
71 static fmd_hdl_t *cpumem_hdl = NULL; variable78 assert(cpumem_hdl != NULL); in cpumem_alloc()80 return (fmd_hdl_alloc(cpumem_hdl, size, FMD_SLEEP)); in cpumem_alloc()86 assert(cpumem_hdl != NULL); in cpumem_free()88 fmd_hdl_free(cpumem_hdl, addr, size); in cpumem_free()560 if (cpumem_hdl == NULL) { in cmd_mem_get_phys_pages()561 cpumem_hdl = hdl; in cmd_mem_get_phys_pages()