Home
last modified time | relevance | path

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

/freebsd-14.2/sys/arm/broadcom/bcm2835/
H A Dbcm2835_vcbus.c134 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-14.2/lib/libvmmapi/
H A Dvmmapi.c245 memmap.gpa = gpa; in vm_mmap_memseg()
246 memmap.segid = segid; in vm_mmap_memseg()
247 memmap.segoff = off; in vm_mmap_memseg()
248 memmap.len = len; in vm_mmap_memseg()
249 memmap.prot = prot; in vm_mmap_memseg()
250 memmap.flags = 0; in vm_mmap_memseg()
261 if (segid != memmap.segid || off != memmap.segoff || in vm_mmap_memseg()
262 prot != memmap.prot || flags != memmap.flags) { in vm_mmap_memseg()
306 memmap.gpa = *gpa; in vm_mmap_getnext()
309 *gpa = memmap.gpa; in vm_mmap_getnext()
[all …]
/freebsd-14.2/sys/x86/xen/
H A Dpv.c547 struct xen_memory_map memmap; in xen_pvh_parse_memmap() local
555 memmap.nr_entries = MAX_E820_ENTRIES; in xen_pvh_parse_memmap()
556 set_xen_guest_handle(memmap.buffer, xen_smap); in xen_pvh_parse_memmap()
557 rc = HYPERVISOR_memory_op(XENMEM_memory_map, &memmap); in xen_pvh_parse_memmap()
564 size = memmap.nr_entries * sizeof(xen_smap[0]); in xen_pvh_parse_memmap()
/freebsd-14.2/sys/contrib/device-tree/src/xtensa/
H A Dkc705.dts9 …ative,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug memmap=0x38000000";
/freebsd-14.2/stand/powerpc/ofw/
H A Dmain.c237 COMMAND_SET(memmap, "memmap", "print memory map", command_memmap);
/freebsd-14.2/usr.sbin/ppp/
H A Dmbuf.c69 static struct memmap { struct
/freebsd-14.2/stand/efi/loader/
H A Dmain.c1355 COMMAND_SET(memmap, "memmap", "print memory map", command_memmap);
/freebsd-14.2/contrib/unbound/doc/
H A DChangelog5309 to make the struct easier to memmap by other applications,