/src/sys/dev/marvell/ |
mvpex.c | 112 uint64_t iostart = 0, ioend = 0, memstart = 0, memend = 0; local in function:mvpex_attach 155 if (!prop_dictionary_get_uint64(dict, "memend", &memend)) { 156 aprint_error_dev(self, "no memend property\n"); 191 mvpex_chipset, iostart, ioend, memstart, memend, cl_size); 407 u_long iostart, u_long ioend, u_long memstart, u_long memend, 421 memstart, (memend - memstart) + 1);
|
gtpci.c | 125 uint64_t iostart = 0, ioend = 0, memstart = 0, memend = 0; local in function:gtpci_attach 177 if (!prop_dictionary_get_uint64(dict, "memend", &memend)) { 178 aprint_error_dev(self, "no memend property\n"); 227 gtpci_chipset, iostart, ioend, memstart, memend, cl_size); 443 u_long iostart, u_long ioend, u_long memstart, u_long memend, 457 memstart, (memend - memstart) + 1);
|
/src/sys/arch/news68k/news68k/ |
machdep.c | 990 paddr_t memend; local in function:mm_md_physacc 995 memend = lowram + ctob(physmem); 997 if (lowram <= pa && pa < memend)
|
/src/sys/dev/pci/ |
pci_resource.c | 523 uint64_t memstart, memend; local in function:pci_resource_scan_bridge 550 memend = PCI_BRIDGE_MEMORY_LIMIT_ADDR(res); 551 if (memstart < memend) { 553 PCI_RANGE_MEM, memstart, memend);
|