Searched defs:hvdump_buf_va (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c61 * hvdump_buf_va is a pointer to the currently-configured hvdump_buf.
66 caddr_t hvdump_buf_va; variable
661 hvdump_buf_va = contig_mem_alloc_align(hvdump_buf_sz, PAGESIZE);
662 if (hvdump_buf_va == NULL)
665 hvdump_buf_pa = va_to_pa(hvdump_buf_va);
671 contig_mem_free(hvdump_buf_va, hvdump_buf_sz);
672 hvdump_buf_va = NULL;
693 if (hvdump_buf_va == NULL)

Completed in 61 milliseconds