/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_gds.h | 40 uint32_t mem_base; member in struct:amdgpu_gds_reg_offset
|
/src/common/include/x86emu/ |
x86emu.h | 137 char *mem_base; member in struct:X86EMU
|
/src/sys/dev/pci/ |
pciconf.c | 1135 unsigned long io_base, io_limit, mem_base, mem_limit; local in function:configure_bridge 1177 &mem_base, 1181 mem_base = 0x100000; /* 1M */ 1187 mem_base = 0x100000; /* 1M */ 1190 mem = __SHIFTIN((mem_base >> 16) & PCI_BRIDGE_MEMORY_ADDR, 1202 &mem_base, 1206 mem_base = 0x100000; /* 1M */ 1213 mem_base = 0x100000; /* 1M */ 1216 mem = __SHIFTIN((mem_base >> 16) & PCI_BRIDGE_PREFETCHMEM_ADDR, 1225 mem_base = (uint64_t)mem_base >> 32 [all...] |
/src/sys/arch/sparc64/dev/ |
psycho.c | 307 uint64_t csr, mem_base; local in function:psycho_attach 674 mem_base = ((uint64_t)pr->phys_hi) << 32 | pr->phys_lo; 675 prop_dictionary_set_uint64(dict, "mem_base", mem_base);
|
/src/sys/arch/sparc64/sparc64/ |
autoconf.c | 1504 paddr_t fbpa, mem_base = 0; local in function:copyprops 1514 prop_dictionary_get_uint64(psycho, "mem_base", &mem_base); 1539 printf("membase: %lx fbpa: %lx\n", (unsigned long)mem_base, 1542 if (mem_base == 0) { 1546 fboffset = (uint32_t)(fbpa - mem_base);
|