Searched refs:E820_RESERVED (Results 1 – 15 of 15) sorted by relevance
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | e820.c | 46 if ( memory_map.map[i].type == E820_RESERVED && in memory_map_setup() 133 case E820_RESERVED: in dump_e820_table() 181 e820[nr].type = E820_RESERVED; in build_e820_table() 198 e820[nr].type = E820_RESERVED; in build_e820_table() 215 e820[nr].type = E820_RESERVED; in build_e820_table() 225 e820[nr].type = E820_RESERVED; in build_e820_table() 232 e820[nr].type = E820_RESERVED; in build_e820_table()
|
A D | e820.h | 8 #define E820_RESERVED 2 macro
|
A D | pci.c | 47 if ( memory_map.map[i].type == E820_RESERVED && in check_overlap_all() 68 if ( memory_map.map[i].type == E820_RESERVED && in find_next_rmrr()
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | e820.h | 8 #define E820_RESERVED 2 macro
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | e820.h | 8 #define E820_RESERVED 2 macro
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | tboot.c | 417 E820_RESERVED, E820_UNUSABLE); in tboot_protect_mem_regions() 426 E820_RESERVED, E820_UNUSABLE); in tboot_protect_mem_regions() 433 E820_RESERVED, E820_UNUSABLE); in tboot_protect_mem_regions()
|
A D | e820.c | 103 case E820_RESERVED: in print_e820_memory_map() 690 return e820_change_range_type(e820, s, e, E820_RAM, E820_RESERVED); in reserve_e820_ram()
|
A D | mm.c | 406 case E820_RESERVED: in page_is_ram_type() 4041 ent.type = E820_RESERVED; in _handle_iomem_range()
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | mmconf-fam10h.c | 136 if (e820_add_range(&e820, start, start + SIZE, E820_RESERVED)) in get_fam10h_pci_mmconf_base()
|
A D | mmconfig-shared.c | 339 while (!e820_all_mapped(addr, addr + size - 1, E820_RESERVED)) { in is_mmconf_reserved()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_x86.c | 42 case E820_RESERVED: return "Reserved"; in e820_names() 563 e820[nr].type = E820_RESERVED; in libxl__arch_domain_construct_memmap()
|
/xen-4.10.0-shim-comet/xen/arch/x86/guest/ |
A D | xen.c | 312 E820_RESERVED, E820_RAM) ) in mark_pfn_as_ram()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | dom0_build.c | 246 E820_RESERVED) ) in pvh_setup_vmx_realmode_helpers() 275 if ( pvh_add_mem_range(d, gaddr, gaddr + PAGE_SIZE, E820_RESERVED) ) in pvh_setup_vmx_realmode_helpers()
|
/xen-4.10.0-shim-comet/xen/arch/x86/efi/ |
A D | efi-boot.h | 174 type = E820_RESERVED; in efi_arch_process_memory_map()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 1325 #define E820_RESERVED 2 macro
|
Completed in 30 milliseconds