Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/x86_64/
HDdump_machdep.c75 static struct md_pa dump_map[VM_PHYSSEG_MAX+1]; variable
82 bzero(dump_map, sizeof(dump_map)); in md_pa_init()
83 for (n = 0; n < NELEM(dump_map); n++) { in md_pa_init()
86 dump_map[n].md_start = dump_avail[n].phys_beg; in md_pa_init()
87 dump_map[n].md_size = dump_avail[n].phys_end - in md_pa_init()
96 return (&dump_map[0]); in md_pa_first()