Home
last modified time | relevance | path

Searched refs:memmap (Results 1 – 5 of 5) sorted by relevance

/xen/xen/arch/x86/guest/xen/
A Dpvh-boot.c90 struct xen_memory_map memmap = { in get_memory_map() local
94 set_xen_guest_handle(memmap.buffer, e820_raw.map); in get_memory_map()
95 BUG_ON(xen_hypercall_memory_op(XENMEM_memory_map, &memmap)); in get_memory_map()
96 e820_raw.nr_map = memmap.nr_entries; in get_memory_map()
/xen/xen/arch/arm/efi/
A Defi-boot.h19 static void __initdata *memmap; variable
550 if ( memmap ) in efi_arch_blexit()
551 efi_bs->FreePool(memmap); in efi_arch_blexit()
/xen/tools/firmware/hvmloader/
A Dutil.c389 struct xen_memory_map memmap = { in get_mem_mapping_layout() local
393 set_xen_guest_handle(memmap.buffer, entries); in get_mem_mapping_layout()
395 rc = hypercall_memory_op(XENMEM_memory_map, &memmap); in get_mem_mapping_layout()
396 *max_entries = memmap.nr_entries; in get_mem_mapping_layout()
/xen/tools/libxc/
A Dxc_dom_x86.c1772 struct hvm_memmap_table_entry *memmap; in bootlate_hvm() local
1840 memmap = (void*)modlist + modsize; in bootlate_hvm()
1847 memmap[i].addr = dom->e820[i].addr; in bootlate_hvm()
1848 memmap[i].size = dom->e820[i].size; in bootlate_hvm()
1849 memmap[i].type = dom->e820[i].type; in bootlate_hvm()
A Dxc_domain.c732 struct xen_memory_map memmap = { in xc_get_machine_memory_map() local
742 set_xen_guest_handle(memmap.buffer, entries); in xc_get_machine_memory_map()
744 rc = do_memory_op(xch, XENMEM_machine_memory_map, &memmap, sizeof(memmap)); in xc_get_machine_memory_map()
748 return rc ? rc : memmap.nr_entries; in xc_get_machine_memory_map()

Completed in 14 milliseconds