Searched refs:memmap (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_vcbus.c | 134 struct bcm283x_memory_mapping *memmap; member 140 .memmap = bcm2835_memmap, 146 .memmap = bcm2835_memmap, 152 .memmap = bcm2836_memmap, 158 .memmap = bcm2836_memmap, 163 .memmap = bcm2837_memmap, 168 .memmap = bcm2838_memmap, 173 .memmap = bcm2838_memmap, 225 map = cfg->memmap; in bcm283x_armc_to_vcbus() 251 map = cfg->memmap; in bcm283x_vcbus_to_armc()
|
/freebsd/lib/libvmmapi/ |
H A D | vmmapi.c | 287 struct vm_memmap memmap; in vm_mmap_memseg() local 290 memmap.gpa = gpa; in vm_mmap_memseg() 291 memmap.segid = segid; in vm_mmap_memseg() 292 memmap.segoff = off; in vm_mmap_memseg() 293 memmap.len = len; in vm_mmap_memseg() 294 memmap.prot = prot; in vm_mmap_memseg() 295 memmap.flags = 0; in vm_mmap_memseg() 298 memmap.flags |= VM_MEMMAP_F_WIRED; in vm_mmap_memseg() 305 if (error == 0 && gpa == memmap.gpa) { in vm_mmap_memseg() 306 if (segid != memmap.segid || off != memmap.segoff || in vm_mmap_memseg() [all …]
|
/freebsd/sys/x86/xen/ |
H A D | pv.c | 383 struct xen_memory_map memmap; in xen_pvh_parse_memmap() local 391 memmap.nr_entries = MAX_E820_ENTRIES; in xen_pvh_parse_memmap() 392 set_xen_guest_handle(memmap.buffer, xen_smap); in xen_pvh_parse_memmap() 393 rc = HYPERVISOR_memory_op(XENMEM_memory_map, &memmap); in xen_pvh_parse_memmap() 400 size = memmap.nr_entries * sizeof(xen_smap[0]); in xen_pvh_parse_memmap()
|
H A D | hvm.c | 548 struct xen_memory_map memmap = { in xen_arch_init_physmem() local 554 set_xen_guest_handle(memmap.buffer, smap); in xen_arch_init_physmem() 555 error = HYPERVISOR_memory_op(XENMEM_memory_map, &memmap); in xen_arch_init_physmem() 563 for (i = 0; i < memmap.nr_entries; i++) { in xen_arch_init_physmem()
|
/freebsd/sys/contrib/device-tree/src/xtensa/ |
H A D | kc705.dts | 9 …ative,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug memmap=0x38000000";
|
/freebsd/stand/powerpc/ofw/ |
H A D | main.c | 237 COMMAND_SET(memmap, "memmap", "print memory map", command_memmap);
|
/freebsd/usr.sbin/ppp/ |
H A D | mbuf.c | 69 static struct memmap { struct
|
/freebsd/stand/efi/loader/ |
H A D | main.c | 1583 COMMAND_SET(memmap, "memmap", "print memory map", command_memmap);
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 5309 to make the struct easier to memmap by other applications,
|