Searched refs:hvdump_buf_va (Results 1 – 1 of 1) sorted by relevance
66 caddr_t hvdump_buf_va; variable661 hvdump_buf_va = contig_mem_alloc_align(hvdump_buf_sz, PAGESIZE); in mach_dump_buffer_init()662 if (hvdump_buf_va == NULL) in mach_dump_buffer_init()665 hvdump_buf_pa = va_to_pa(hvdump_buf_va); in mach_dump_buffer_init()671 contig_mem_free(hvdump_buf_va, hvdump_buf_sz); in mach_dump_buffer_init()672 hvdump_buf_va = NULL; in mach_dump_buffer_init()693 if (hvdump_buf_va == NULL) in update_hvdump_buffer()