Home
last modified time | relevance | path

Searched refs:mmap_entry (Results 1 – 6 of 6) sorted by relevance

/hypervisor/boot/guest/
A Delf_loader.c45 struct multiboot_mmap mmap_entry; in prepare_multiboot_mmap() local
49 mmap_entry.size = 20U; in prepare_multiboot_mmap()
50 mmap_entry.baseaddr = vm->e820_entries[i].baseaddr; in prepare_multiboot_mmap()
51 mmap_entry.length = vm->e820_entries[i].length; in prepare_multiboot_mmap()
52 mmap_entry.type = vm->e820_entries[i].type; in prepare_multiboot_mmap()
53 if (mmap_entry.type > MULTIBOOT_MEMORY_BADRAM) { in prepare_multiboot_mmap()
54 mmap_entry.type = MULTIBOOT_MEMORY_RESERVED; in prepare_multiboot_mmap()
57 if (copy_to_gpa(vm, &mmap_entry, mmap_gpa, in prepare_multiboot_mmap()
/hypervisor/boot/multiboot/
A Dmultiboot.c38 abi->mmap_entry[i].baseaddr = (mmap + i)->baseaddr; in multiboot_to_acrn_bi()
39 abi->mmap_entry[i].length = (mmap + i)->length; in multiboot_to_acrn_bi()
40 abi->mmap_entry[i].type = (mmap + i)->type; in multiboot_to_acrn_bi()
A Dmultiboot2.c28 abi->mmap_entry[i].baseaddr = (mb2_mmap + i)->addr; in mb2_mmap_to_abi()
29 abi->mmap_entry[i].length = (mb2_mmap + i)->len; in mb2_mmap_to_abi()
30 abi->mmap_entry[i].type = (mb2_mmap + i)->type; in mb2_mmap_to_abi()
/hypervisor/boot/include/
A Dboot.h57 struct abi_mmap mmap_entry[MAX_MMAP_ENTRIES]; member
/hypervisor/arch/x86/
A De820.c202 struct abi_mmap *mmap = abi->mmap_entry; in init_e820_from_mmap()
207 abi->mmap_entry, hv_e820_entries_nr); in init_e820_from_mmap()
A Dmmu.c259 const struct abi_mmap *p_mmap = abi->mmap_entry; in init_paging()

Completed in 9 milliseconds