x86_machdep.c | 571 x86_add_cluster(uint64_t seg_start, uint64_t seg_end, uint32_t type) function in typeref:typename:int 748 if (x86_add_cluster(seg_start, IOM_BEGIN, type) == -1) 750 if (x86_add_cluster(IOM_END, seg_end, type) == -1) 753 if (x86_add_cluster(seg_start, seg_end, type) == -1) 879 x86_add_cluster(map_entry[i].addr, 884 x86_add_cluster(map_entry[i].addr,
|