Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_memerr_arch.c71 static fmd_hdl_t *cpumem_hdl = NULL; variable
78 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()