HomeSort by: relevance | last modified time | path
    Searched defs:x86_add_cluster (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x86/x86/
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,

Completed in 13 milliseconds