| /linux/arch/alpha/kernel/ |
| H A D | core_tsunami.c | 258 hose->mem_space = alloc_resource(); in tsunami_init_one_pchip() 279 hose->mem_space->start = TSUNAMI_MEM(index) - TSUNAMI_MEM_BIAS; in tsunami_init_one_pchip() 280 hose->mem_space->end = hose->mem_space->start + 0xffffffff; in tsunami_init_one_pchip() 281 hose->mem_space->name = pci_mem_names[index]; in tsunami_init_one_pchip() 282 hose->mem_space->flags = IORESOURCE_MEM; in tsunami_init_one_pchip() 286 if (request_resource(&iomem_resource, hose->mem_space) < 0) in tsunami_init_one_pchip()
|
| H A D | core_marvel.c | 229 hose->mem_space = alloc_resource(); in io7_init_hose() 249 hose->mem_space->start = (unsigned long)IO7_MEM_KERN(io7->pe, port); in io7_init_hose() 250 hose->mem_space->end = hose->mem_space->start + IO7_MEM_SPACE - 1; in io7_init_hose() 251 hose->mem_space->name = mk_resource_name(io7->pe, port, "MEM"); in io7_init_hose() 252 hose->mem_space->flags = IORESOURCE_MEM; in io7_init_hose() 257 if (request_resource(&iomem_resource, hose->mem_space) < 0) in io7_init_hose() 699 if ((addr >> 32) == (hose->mem_space->start >> 32)) in marvel_ioremap() 708 baddr = addr - hose->mem_space->start; in marvel_ioremap() 771 vaddr = baddr + hose->mem_space->start; in marvel_ioremap()
|
| H A D | core_wildfire.c | 70 hose->mem_space = alloc_resource(); in wildfire_init_hose() 86 hose->mem_space->start = WILDFIRE_MEM(qbbno, hoseno)-WILDFIRE_MEM_BIAS; in wildfire_init_hose() 87 hose->mem_space->end = hose->mem_space->start + 0xffffffff; in wildfire_init_hose() 88 hose->mem_space->name = pci_mem_names[hoseno]; in wildfire_init_hose() 89 hose->mem_space->flags = IORESOURCE_MEM; in wildfire_init_hose() 94 if (request_resource(&iomem_resource, hose->mem_space) < 0) in wildfire_init_hose()
|
| H A D | core_titan.c | 255 hose->mem_space = alloc_resource(); in titan_init_one_pachip_port() 279 hose->mem_space->start = TITAN_MEM(index) - TITAN_MEM_BIAS; in titan_init_one_pachip_port() 280 hose->mem_space->end = hose->mem_space->start + 0xffffffff; in titan_init_one_pachip_port() 281 hose->mem_space->name = pci_mem_names[index]; in titan_init_one_pachip_port() 282 hose->mem_space->flags = IORESOURCE_MEM; in titan_init_one_pachip_port() 286 if (request_resource(&iomem_resource, hose->mem_space) < 0) in titan_init_one_pachip_port() 472 addr += pci_vga_hose->mem_space->start; in titan_ioremap()
|
| H A D | core_polaris.c | 165 hose->mem_space = &iomem_resource; in polaris_init_arch()
|
| H A D | core_irongate.c | 278 hose->mem_space = &iomem_resource; in irongate_init_arch()
|
| H A D | core_t2.c | 443 hose->mem_space = hae_mem; in t2_init_arch()
|
| H A D | core_mcpcia.c | 303 hose->mem_space = hae_mem; in mcpcia_new_hose()
|
| /linux/arch/sparc/kernel/ |
| H A D | leon_pci_grpci2.c | 794 memset(&priv->info.mem_space, 0, sizeof(struct resource)); in grpci2_of_probe() 795 priv->info.mem_space.name = "GRPCI2 PCI MEM Space"; in grpci2_of_probe() 796 priv->info.mem_space.start = priv->pci_area; in grpci2_of_probe() 797 priv->info.mem_space.end = priv->pci_area_end - 1; in grpci2_of_probe() 798 priv->info.mem_space.flags = IORESOURCE_MEM; in grpci2_of_probe() 800 if (request_resource(&iomem_resource, &priv->info.mem_space) < 0) in grpci2_of_probe() 880 release_resource(&priv->info.mem_space); in grpci2_of_probe()
|
| H A D | leon_pci_grpci1.c | 607 priv->info.mem_space.name = "GRPCI1 PCI MEM Space"; in grpci1_of_probe() 608 priv->info.mem_space.start = priv->pci_area; in grpci1_of_probe() 609 priv->info.mem_space.end = priv->pci_area_end - 1; in grpci1_of_probe() 610 priv->info.mem_space.flags = IORESOURCE_MEM; in grpci1_of_probe() 612 if (request_resource(&iomem_resource, &priv->info.mem_space) < 0) { in grpci1_of_probe() 693 release_resource(&priv->info.mem_space); in grpci1_of_probe()
|
| H A D | leon_pci.c | 39 pci_add_resource(&resources, &info->mem_space); in leon_pci_init()
|
| H A D | pci_impl.h | 99 struct resource mem_space; member
|
| H A D | pci.c | 699 pci_add_resource_offset(&resources, &pbm->mem_space, in pci_scan_one_pbm()
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pko.h | 131 uint64_t mem_space:2; member 163 uint64_t mem_space:2; 330 ptr.s.mem_space = CVMX_IO_SEG; in cvmx_pko_doorbell()
|
| /linux/arch/sparc/include/asm/ |
| H A D | leon_pci.h | 15 struct resource mem_space; member
|
| /linux/arch/xtensa/include/asm/ |
| H A D | pci-bridge.h | 57 struct pci_space mem_space; member
|
| /linux/arch/alpha/include/asm/ |
| H A D | pci.h | 25 struct resource *mem_space; member
|
| H A D | vga.h | 72 (a) += pci_vga_hose->mem_space->start; \
|
| /linux/tools/perf/util/cs-etm-decoder/ |
| H A D | cs-etm-decoder.c | 55 const ocsd_mem_space_acc_t mem_space, in cs_etm_decoder__mem_access() argument 63 req_size, buffer, mem_space); in cs_etm_decoder__mem_access()
|
| /linux/tools/perf/util/ |
| H A D | cs-etm.c | 1089 const ocsd_mem_space_acc_t mem_space) in cs_etm__mem_access() argument 1114 if (!(mem_space == OCSD_MEM_SPACE_ANY || in cs_etm__mem_access() 1115 mem_space == OCSD_MEM_SPACE_N || mem_space == OCSD_MEM_SPACE_S)) { in cs_etm__mem_access() 1116 if (mem_space & OCSD_MEM_SPACE_EL1N) { in cs_etm__mem_access() 1119 } else if (mem_space & OCSD_MEM_SPACE_EL2) in cs_etm__mem_access() 1121 else if (mem_space & OCSD_MEM_SPACE_EL3) in cs_etm__mem_access()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gfx_v12_0.c | 430 int mem_space, int opt, uint32_t addr0, in gfx_v12_0_wait_reg_mem() argument 437 (WAIT_REG_MEM_MEM_SPACE(mem_space) | in gfx_v12_0_wait_reg_mem() 442 if (mem_space) in gfx_v12_0_wait_reg_mem()
|
| H A D | gfx_v11_0.c | 522 int mem_space, int opt, uint32_t addr0, in gfx_v11_0_wait_reg_mem() argument 529 (WAIT_REG_MEM_MEM_SPACE(mem_space) | in gfx_v11_0_wait_reg_mem() 534 if (mem_space) in gfx_v11_0_wait_reg_mem()
|