Home
last modified time | relevance | path

Searched refs:E820_RAM (Results 1 – 16 of 16) sorted by relevance

/xen/tools/firmware/hvmloader/
A De820.c76 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()
A De820.h7 #define E820_RAM 1 macro
/xen/tools/libxl/
A Dlibxl_x86.c38 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()
/xen/xen/arch/x86/
A De820.c100 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()
A Dsetup.c1057 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()
A Dsrat.c370 if (e820.map[i].type != E820_RAM) { in nodes_cover_memory()
445 if (e820.map[i].type != E820_RAM) in srat_parse_regions()
A Dmm.c300 (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()
/xen/tools/firmware/rombios/
A De820.h7 #define E820_RAM 1 macro
/xen/xen/include/asm-x86/
A De820.h7 #define E820_RAM 1 macro
/xen/xen/arch/x86/hvm/
A Ddom0_build.c212 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()
/xen/tools/firmware/rombios/32bit/
A Dpmm.c276 if ( (e820[i].type == E820_RAM) && (e820[i].addr >= 0x00100000) ) in pmm_initalize()
/xen/xen/arch/x86/pv/
A Dshim.c123 (pfn << PAGE_SHIFT) + PAGE_SIZE, E820_RAM) && in mark_pfn_as_ram()
126 E820_RESERVED, E820_RAM) ) in mark_pfn_as_ram()
/xen/xen/arch/x86/efi/
A Defi-boot.h187 type = E820_RAM; in efi_arch_process_memory_map()
/xen/tools/libxc/include/
A Dxenctrl.h1306 #define E820_RAM 1 macro
/xen/tools/libxc/
A Dxc_dom_x86.c1835 BUILD_BUG_ON(XEN_HVM_MEMMAP_TYPE_RAM != E820_RAM); in bootlate_hvm()
A Dxc_domain.c758 e820.type = E820_RAM; in xc_domain_set_memmap_limit()

Completed in 61 milliseconds