Searched refs:E820_RAM (Results 1 – 16 of 16) sorted by relevance
76 if ( memory_map.map[i].type == E820_RAM && in adjust_memory_map()84 if ( memory_map.map[i].type == E820_RAM && in adjust_memory_map()101 memory_map.map[i].type = E820_RAM; in adjust_memory_map()130 case E820_RAM: in dump_e820_table()175 e820[nr].type = E820_RAM; in build_e820_table()
7 #define E820_RAM 1 macro
38 case E820_RAM: return "RAM"; in e820_names()82 if ((src[i].type == E820_RAM) || in e820_sanitize()97 e820[idx].type = E820_RAM; in e820_sanitize()145 if (src[i].type != E820_RAM) in e820_sanitize()206 if ((src[i].type == E820_RAM) || in e820_sanitize()218 e820[idx].type = E820_RAM; in e820_sanitize()602 if (map[e820_count].type != E820_RAM) { in libxl__arch_vnuma_build_vmemrange()716 e820[nr].type = E820_RAM; in domain_construct_memmap()753 e820[nr].type = E820_RAM; in domain_construct_memmap()
100 case E820_RAM: in print_e820_memory_map()325 if (!cpu_has_hypervisor && type == E820_RAM) { in copy_e820_map()352 if (e820.map[i].type != E820_RAM) in find_max_pfn()375 if ( (e820.map[i].type == E820_RAM) && in clip_to_limit()389 E820_RAM, E820_UNUSABLE) ) in clip_to_limit()520 if ( e820.map[i].type == E820_RAM ) in machine_specific_memory_setup()682 return e820_change_range_type(e820, s, e, E820_RAM, E820_RESERVED); in reserve_e820_ram()
1057 e820_raw.map[0].type = E820_RAM; in __start_xen()1060 e820_raw.map[1].type = E820_RAM; in __start_xen()1068 e820_raw.map[0].type = E820_RAM; in __start_xen()1071 e820_raw.map[1].type = E820_RAM; in __start_xen()1116 if ( e820.map[i].type == E820_RAM ) in __start_xen()1174 if ( boot_e820.map[i].type != E820_RAM ) in __start_xen()1430 if ( boot_e820.map[i].type != E820_RAM ) in __start_xen()1455 if ( boot_e820.map[j].type == E820_RAM ) in __start_xen()1591 if ( e820.map[i].type == E820_RAM ) in __start_xen()1645 if ( boot_e820.map[i].type != E820_RAM ) in __start_xen()
370 if (e820.map[i].type != E820_RAM) { in nodes_cover_memory()445 if (e820.map[i].type != E820_RAM) in srat_parse_regions()
300 (e820.map[i].type != E820_RAM) && in arch_init_memory()395 case E820_RAM: in page_is_ram_type()443 case E820_RAM: in page_get_ram_type()
212 if ( entry->type != E820_RAM || entry->addr + entry->size > limit ) in pvh_steal_ram()358 if ( entry->type != E820_RAM ) in pvh_setup_e820()384 entry_guest->type = E820_RAM; in pvh_setup_e820()449 if ( d->arch.e820[i].type != E820_RAM ) in pvh_populate_p2m()511 if ( end <= MB(1) || d->arch.e820[i].type != E820_RAM ) in find_memory()
276 if ( (e820[i].type == E820_RAM) && (e820[i].addr >= 0x00100000) ) in pmm_initalize()
123 (pfn << PAGE_SHIFT) + PAGE_SIZE, E820_RAM) && in mark_pfn_as_ram()126 E820_RESERVED, E820_RAM) ) in mark_pfn_as_ram()
187 type = E820_RAM; in efi_arch_process_memory_map()
1306 #define E820_RAM 1 macro
1835 BUILD_BUG_ON(XEN_HVM_MEMMAP_TYPE_RAM != E820_RAM); in bootlate_hvm()
758 e820.type = E820_RAM; in xc_domain_set_memmap_limit()
Completed in 61 milliseconds