Searched refs:memmap (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/sys/boot/ia64/ski/
H A Defi_stub.c171 struct efi_md *memmap)
175 delta = (uintptr_t)memmap->md_virt - memmap->md_phys;
226 static struct efi_md memmap[4]; local
229 bi->bi_memmap = (uintptr_t)(void *)memmap;
230 bi->bi_memmap_size = sizeof(memmap);
234 memmap[0].md_type = EFI_MD_TYPE_PALCODE;
235 memmap[0].md_phys = 0x100000;
236 memmap[0].md_virt = NULL;
237 memmap[
170 SetVirtualAddressMap(u_long mapsz, u_long descsz, uint32_t version, struct efi_md *memmap) argument
[all...]
/freebsd-10.3-release/sys/boot/ia64/efi/
H A Defimd.c48 static EFI_MEMORY_DESCRIPTOR *memmap; variable
69 if (memmap != NULL) {
70 free(memmap);
71 memmap = NULL;
78 memmap = malloc(memmapsz);
79 if (memmap == NULL)
82 status = BS->GetMemoryMap(&memmapsz, memmap, &mapkey, &descsz,
85 free(memmap);
86 memmap = NULL;
118 mmiter = (void *)memmap;
[all...]
H A Dmain.c231 COMMAND_SET(memmap, "memmap", "print memory map", command_memmap);
/freebsd-10.3-release/lib/libvmmapi/
H A Dvmmapi.c203 struct vm_memmap memmap; local
206 memmap.gpa = gpa;
207 memmap.segid = segid;
208 memmap.segoff = off;
209 memmap.len = len;
210 memmap.prot = prot;
211 memmap.flags = 0;
214 memmap.flags |= VM_MEMMAP_F_WIRED;
221 if (error == 0 && gpa == memmap.gpa) {
222 if (segid != memmap
239 struct vm_memmap memmap; local
[all...]
/freebsd-10.3-release/sys/boot/ofw/common/
H A Dmain.c182 COMMAND_SET(memmap, "memmap", "print memory map", command_memmap);
/freebsd-10.3-release/usr.sbin/ppp/
H A Dmbuf.c69 static struct memmap { struct
/freebsd-10.3-release/sys/boot/efi/loader/
H A Dmain.c433 COMMAND_SET(memmap, "memmap", "print memory map", command_memmap);

Completed in 83 milliseconds