Searched refs:x86_add_cluster (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/arch/x86/x86/ |
| D | x86_machdep.c | 562 x86_add_cluster(uint64_t seg_start, uint64_t seg_end, uint32_t type) in x86_add_cluster() function 739 if (x86_add_cluster(seg_start, IOM_BEGIN, type) == -1) in x86_parse_clusters() 741 if (x86_add_cluster(IOM_END, seg_end, type) == -1) in x86_parse_clusters() 744 if (x86_add_cluster(seg_start, seg_end, type) == -1) in x86_parse_clusters() 870 x86_add_cluster(map_entry[i].addr, in x86_add_xen_clusters() 875 x86_add_cluster(map_entry[i].addr, in x86_add_xen_clusters()
|