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

  /src/usr.sbin/sysinst/arch/mac68k/
md.c 615 MAP_TYPE *map_entry = (MAP_TYPE *)&map_types; local in function:whichType
632 while (map_entry->type != MAP_EOL) {
633 if (stricmp(map_entry->name, partyp) == 0) {
634 entry_type = map_entry->type;
637 map_entry++;
  /src/sys/arch/x86/x86/
x86_machdep.c 872 struct hvm_memmap_table_entry *map_entry; local in function:x86_add_xen_clusters
873 map_entry = (void *)((uintptr_t)hvm_start_info->memmap_paddr + KERNBASE);
875 if (map_entry[i].size < PAGE_SIZE)
877 switch (map_entry[i].type) {
879 x86_add_cluster(map_entry[i].addr,
880 map_entry[i].addr + map_entry[i].size,
884 x86_add_cluster(map_entry[i].addr,
885 map_entry[i].addr + map_entry[i].size
    [all...]

Completed in 14 milliseconds