/Linux-v6.1/arch/powerpc/mm/book3s64/ |
D | iommu_api.c | 60 struct mm_iommu_table_group_mem_t *mem, *mem2; in mm_iommu_do_alloc() local 73 mem = kzalloc(sizeof(*mem), GFP_KERNEL); in mm_iommu_do_alloc() 74 if (!mem) { in mm_iommu_do_alloc() 80 mem->pageshift = __ffs(dev_hpa | (entries << PAGE_SHIFT)); in mm_iommu_do_alloc() 81 mem->dev_hpa = dev_hpa; in mm_iommu_do_alloc() 84 mem->dev_hpa = MM_IOMMU_TABLE_INVALID_HPA; in mm_iommu_do_alloc() 91 mem->pageshift = __ffs(ua | (entries << PAGE_SHIFT)); in mm_iommu_do_alloc() 92 mem->hpas = vzalloc(array_size(entries, sizeof(mem->hpas[0]))); in mm_iommu_do_alloc() 93 if (!mem->hpas) { in mm_iommu_do_alloc() 94 kfree(mem); in mm_iommu_do_alloc() [all …]
|
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | mem.c | 23 #include "mem.h" 35 struct page **mem; member 57 struct nvkm_mem *mem = nvkm_mem(memory); in nvkm_mem_addr() local 58 if (mem->pages == 1 && mem->mem) in nvkm_mem_addr() 59 return mem->dma[0]; in nvkm_mem_addr() 73 struct nvkm_mem *mem = nvkm_mem(memory); in nvkm_mem_map_dma() local 75 .memory = &mem->memory, in nvkm_mem_map_dma() 77 .dma = mem->dma, in nvkm_mem_map_dma() 85 struct nvkm_mem *mem = nvkm_mem(memory); in nvkm_mem_dtor() local 86 if (mem->mem) { in nvkm_mem_dtor() [all …]
|
/Linux-v6.1/drivers/staging/media/atomisp/pci/runtime/isp_param/src/ |
D | isp_param.c | 27 enum ia_css_isp_memories mem, in ia_css_isp_param_set_mem_init() argument 30 mem_init->params[pclass][mem].address = address; in ia_css_isp_param_set_mem_init() 31 mem_init->params[pclass][mem].size = (uint32_t)size; in ia_css_isp_param_set_mem_init() 38 enum ia_css_isp_memories mem, in ia_css_isp_param_set_css_mem_init() argument 41 mem_init->params[pclass][mem].address = address; in ia_css_isp_param_set_css_mem_init() 42 mem_init->params[pclass][mem].size = (uint32_t)size; in ia_css_isp_param_set_css_mem_init() 49 enum ia_css_isp_memories mem, in ia_css_isp_param_set_isp_mem_init() argument 52 mem_init->params[pclass][mem].address = address; in ia_css_isp_param_set_isp_mem_init() 53 mem_init->params[pclass][mem].size = (uint32_t)size; in ia_css_isp_param_set_isp_mem_init() 61 enum ia_css_isp_memories mem) in ia_css_isp_param_get_mem_init() argument [all …]
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | intel_memory_region.c | 36 static int __iopagetest(struct intel_memory_region *mem, in __iopagetest() argument 51 dev_err(mem->i915->drm.dev, in __iopagetest() 53 &mem->region, &mem->io_start, &offset, caller, in __iopagetest() 61 static int iopagetest(struct intel_memory_region *mem, in iopagetest() argument 70 va = ioremap_wc(mem->io_start + offset, PAGE_SIZE); in iopagetest() 72 dev_err(mem->i915->drm.dev, in iopagetest() 74 &mem->io_start, &offset, caller); in iopagetest() 79 err = __iopagetest(mem, va, PAGE_SIZE, val[i], offset, caller); in iopagetest() 83 err = __iopagetest(mem, va, PAGE_SIZE, ~val[i], offset, caller); in iopagetest() 98 static int iomemtest(struct intel_memory_region *mem, in iomemtest() argument [all …]
|
D | intel_region_ttm.c | 55 int intel_region_to_ttm_type(const struct intel_memory_region *mem) in intel_region_to_ttm_type() argument 59 GEM_BUG_ON(mem->type != INTEL_MEMORY_LOCAL && in intel_region_to_ttm_type() 60 mem->type != INTEL_MEMORY_MOCK && in intel_region_to_ttm_type() 61 mem->type != INTEL_MEMORY_SYSTEM); in intel_region_to_ttm_type() 63 if (mem->type == INTEL_MEMORY_SYSTEM) in intel_region_to_ttm_type() 66 type = mem->instance + TTM_PL_PRIV; in intel_region_to_ttm_type() 74 * @mem: The region to initialize. 83 int intel_region_ttm_init(struct intel_memory_region *mem) in intel_region_ttm_init() argument 85 struct ttm_device *bdev = &mem->i915->bdev; in intel_region_ttm_init() 86 int mem_type = intel_region_to_ttm_type(mem); in intel_region_ttm_init() [all …]
|
/Linux-v6.1/drivers/pci/endpoint/ |
D | pci-epc-mem.c | 17 * @mem: address space of the endpoint controller 20 * Reimplement get_order() for mem->page_size since the generic get_order 23 static int pci_epc_mem_get_order(struct pci_epc_mem *mem, size_t size) in pci_epc_mem_get_order() argument 26 unsigned int page_shift = ilog2(mem->window.page_size); in pci_epc_mem_get_order() 51 struct pci_epc_mem *mem = NULL; in pci_epc_multi_mem_init() local 77 mem = kzalloc(sizeof(*mem), GFP_KERNEL); in pci_epc_multi_mem_init() 78 if (!mem) { in pci_epc_multi_mem_init() 87 kfree(mem); in pci_epc_multi_mem_init() 92 mem->window.phys_base = windows[i].phys_base; in pci_epc_multi_mem_init() 93 mem->window.size = windows[i].size; in pci_epc_multi_mem_init() [all …]
|
/Linux-v6.1/drivers/gpu/drm/nouveau/ |
D | nouveau_mem.c | 36 nouveau_mem_map(struct nouveau_mem *mem, in nouveau_mem_map() argument 52 args.nv50.kind = mem->kind; in nouveau_mem_map() 53 args.nv50.comp = mem->comp; in nouveau_mem_map() 60 if (mem->mem.type & NVIF_MEM_VRAM) in nouveau_mem_map() 66 args.gf100.kind = mem->kind; in nouveau_mem_map() 74 return nvif_vmm_map(vmm, vma->addr, mem->mem.size, &args, argc, &mem->mem, 0); in nouveau_mem_map() 78 nouveau_mem_fini(struct nouveau_mem *mem) in nouveau_mem_fini() argument 80 nvif_vmm_put(&mem->cli->drm->client.vmm.vmm, &mem->vma[1]); in nouveau_mem_fini() 81 nvif_vmm_put(&mem->cli->drm->client.vmm.vmm, &mem->vma[0]); in nouveau_mem_fini() 82 mutex_lock(&mem->cli->drm->master.lock); in nouveau_mem_fini() [all …]
|
D | nouveau_vmm.c | 31 if (vma->mem) { in nouveau_vma_unmap() 33 vma->mem = NULL; in nouveau_vma_unmap() 38 nouveau_vma_map(struct nouveau_vma *vma, struct nouveau_mem *mem) in nouveau_vma_map() argument 41 int ret = nouveau_mem_map(mem, &vma->vmm->vmm, &tmp); in nouveau_vma_map() 44 vma->mem = mem; in nouveau_vma_map() 80 struct nouveau_mem *mem = nouveau_mem(nvbo->bo.resource); in nouveau_vma_new() local 95 vma->mem = NULL; in nouveau_vma_new() 100 mem->mem.page == nvbo->page) { in nouveau_vma_new() 101 ret = nvif_vmm_get(&vmm->vmm, LAZY, false, mem->mem.page, 0, in nouveau_vma_new() 102 mem->mem.size, &tmp); in nouveau_vma_new() [all …]
|
/Linux-v6.1/drivers/infiniband/sw/siw/ |
D | siw_mem.c | 36 siw_dbg_mem(m, "new MEM object\n"); in siw_mem_add() 50 struct siw_mem *mem; in siw_mem_id2obj() local 53 mem = xa_load(&sdev->mem_xa, stag_index); in siw_mem_id2obj() 54 if (likely(mem && kref_get_unless_zero(&mem->ref))) { in siw_mem_id2obj() 56 return mem; in siw_mem_id2obj() 93 struct siw_mem *mem = kzalloc(sizeof(*mem), GFP_KERNEL); in siw_mr_add_mem() local 97 if (!mem) in siw_mr_add_mem() 100 mem->mem_obj = mem_obj; in siw_mr_add_mem() 101 mem->stag_valid = 0; in siw_mr_add_mem() 102 mem->sdev = sdev; in siw_mr_add_mem() [all …]
|
/Linux-v6.1/drivers/media/v4l2-core/ |
D | videobuf-dma-contig.c | 38 struct videobuf_dma_contig_memory *mem, in __videobuf_dc_alloc() argument 41 mem->size = size; in __videobuf_dc_alloc() 42 mem->vaddr = dma_alloc_coherent(dev, mem->size, in __videobuf_dc_alloc() 43 &mem->dma_handle, flags); in __videobuf_dc_alloc() 45 if (!mem->vaddr) { in __videobuf_dc_alloc() 46 dev_err(dev, "memory alloc size %ld failed\n", mem->size); in __videobuf_dc_alloc() 50 dev_dbg(dev, "dma mapped data is at %p (%ld)\n", mem->vaddr, mem->size); in __videobuf_dc_alloc() 56 struct videobuf_dma_contig_memory *mem) in __videobuf_dc_free() argument 58 dma_free_coherent(dev, mem->size, mem->vaddr, mem->dma_handle); in __videobuf_dc_free() 60 mem->vaddr = NULL; in __videobuf_dc_free() [all …]
|
D | videobuf-vmalloc.c | 72 struct videobuf_vmalloc_memory *mem; in videobuf_vm_close() local 88 mem = q->bufs[i]->priv; in videobuf_vm_close() 89 if (mem) { in videobuf_vm_close() 96 MAGIC_CHECK(mem->magic, MAGIC_VMAL_MEM); in videobuf_vm_close() 102 __func__, i, mem->vaddr); in videobuf_vm_close() 104 vfree(mem->vaddr); in videobuf_vm_close() 105 mem->vaddr = NULL; in videobuf_vm_close() 137 struct videobuf_vmalloc_memory *mem; in __videobuf_alloc_vb() local 140 vb = kzalloc(size + sizeof(*mem), GFP_KERNEL); in __videobuf_alloc_vb() 144 mem = vb->priv = ((char *)vb) + size; in __videobuf_alloc_vb() [all …]
|
/Linux-v6.1/kernel/dma/ |
D | swiotlb.c | 191 struct io_tlb_mem *mem = &io_tlb_default_mem; in swiotlb_print_info() local 193 if (!mem->nslabs) { in swiotlb_print_info() 194 pr_warn("No low mem\n"); in swiotlb_print_info() 198 pr_info("mapped [mem %pa-%pa] (%luMB)\n", &mem->start, &mem->end, in swiotlb_print_info() 199 (mem->nslabs << IO_TLB_SHIFT) >> 20); in swiotlb_print_info() 218 static void *swiotlb_mem_remap(struct io_tlb_mem *mem, unsigned long bytes) in swiotlb_mem_remap() argument 223 phys_addr_t paddr = mem->start + swiotlb_unencrypted_base; in swiotlb_mem_remap() 234 static void *swiotlb_mem_remap(struct io_tlb_mem *mem, unsigned long bytes) in swiotlb_mem_remap() argument 248 struct io_tlb_mem *mem = &io_tlb_default_mem; in swiotlb_update_mem_attributes() local 252 if (!mem->nslabs || mem->late_alloc) in swiotlb_update_mem_attributes() [all …]
|
D | coherent.c | 31 struct dma_coherent_mem * mem) in dma_get_device_base() argument 33 if (mem->use_dev_dma_pfn_offset) in dma_get_device_base() 34 return phys_to_dma(dev, PFN_PHYS(mem->pfn_base)); in dma_get_device_base() 35 return mem->device_base; in dma_get_device_base() 77 static void _dma_release_coherent_memory(struct dma_coherent_mem *mem) in _dma_release_coherent_memory() argument 79 if (!mem) in _dma_release_coherent_memory() 82 memunmap(mem->virt_base); in _dma_release_coherent_memory() 83 bitmap_free(mem->bitmap); in _dma_release_coherent_memory() 84 kfree(mem); in _dma_release_coherent_memory() 88 struct dma_coherent_mem *mem) in dma_assign_coherent_memory() argument [all …]
|
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_amdkfd_gpuvm.c | 72 struct kgd_mem *mem) in kfd_mem_is_attached() argument 76 list_for_each_entry(entry, &mem->attachments, list) in kfd_mem_is_attached() 90 uint64_t mem; in amdgpu_amdkfd_gpuvm_init_mem_limits() local 93 mem = si.freeram - si.freehigh; in amdgpu_amdkfd_gpuvm_init_mem_limits() 94 mem *= si.mem_unit; in amdgpu_amdkfd_gpuvm_init_mem_limits() 97 kfd_mem_limit.max_system_mem_limit = mem - (mem >> 4); in amdgpu_amdkfd_gpuvm_init_mem_limits() 98 kfd_mem_limit.max_ttm_mem_limit = (mem >> 1) - (mem >> 3); in amdgpu_amdkfd_gpuvm_init_mem_limits() 206 "adev reference can't be null when alloc mem flags vram is set"); in amdgpu_amdkfd_unreserve_mem_limit() 245 * @mem: BO of peer device that is being DMA mapped. Provides parameters 251 struct kgd_mem *mem, struct amdgpu_bo **bo_out) in create_dmamap_sg_bo() argument [all …]
|
/Linux-v6.1/tools/perf/ |
D | builtin-mem.c | 16 #include "util/mem-events.h" 45 struct perf_mem *mem = *(struct perf_mem **)opt->value; in parse_record_events() local 54 mem->operation = 0; in parse_record_events() 59 "perf mem record [<options>] [<command>]", 60 "perf mem record [<options>] -- <command> [<options>]", 66 static int __cmd_record(int argc, const char **argv, struct perf_mem *mem) in __cmd_record() argument 76 OPT_CALLBACK('e', "event", &mem, "event", in __cmd_record() 77 "event selector. use 'perf mem record -e list' to list available events", in __cmd_record() 79 OPT_UINTEGER(0, "ldlat", &perf_mem_events__loads_ldlat, "mem-loads latency"), in __cmd_record() 100 if (mem->cpu_list) in __cmd_record() [all …]
|
/Linux-v6.1/drivers/base/ |
D | memory.c | 107 struct memory_block *mem = to_memory_block(dev); in memory_block_release() local 109 kfree(mem); in memory_block_release() 124 struct memory_block *mem = to_memory_block(dev); in phys_index_show() local 127 phys_index = mem->start_section_nr / sections_per_block; in phys_index_show() 148 struct memory_block *mem = to_memory_block(dev); in state_show() local 155 switch (mem->state) { in state_show() 167 return sysfs_emit(buf, "ERROR-UNKNOWN-%ld\n", mem->state); in state_show() 178 static int memory_block_online(struct memory_block *mem) in memory_block_online() argument 180 unsigned long start_pfn = section_nr_to_pfn(mem->start_section_nr); in memory_block_online() 182 unsigned long nr_vmemmap_pages = mem->nr_vmemmap_pages; in memory_block_online() [all …]
|
/Linux-v6.1/drivers/spi/ |
D | spi-mem.c | 12 #include <linux/spi/spi-mem.h> 104 static int spi_check_buswidth_req(struct spi_mem *mem, u8 buswidth, bool tx) in spi_check_buswidth_req() argument 106 u32 mode = mem->spi->mode; in spi_check_buswidth_req() 142 static bool spi_mem_check_buswidth(struct spi_mem *mem, in spi_mem_check_buswidth() argument 145 if (spi_check_buswidth_req(mem, op->cmd.buswidth, true)) in spi_mem_check_buswidth() 149 spi_check_buswidth_req(mem, op->addr.buswidth, true)) in spi_mem_check_buswidth() 153 spi_check_buswidth_req(mem, op->dummy.buswidth, true)) in spi_mem_check_buswidth() 157 spi_check_buswidth_req(mem, op->data.buswidth, in spi_mem_check_buswidth() 164 bool spi_mem_default_supports_op(struct spi_mem *mem, in spi_mem_default_supports_op() argument 167 struct spi_controller *ctlr = mem->spi->controller; in spi_mem_default_supports_op() [all …]
|
/Linux-v6.1/mm/ |
D | cma_debug.c | 71 static void cma_add_to_cma_mem_list(struct cma *cma, struct cma_mem *mem) in cma_add_to_cma_mem_list() argument 74 hlist_add_head(&mem->node, &cma->mem_head); in cma_add_to_cma_mem_list() 80 struct cma_mem *mem = NULL; in cma_get_entry_from_list() local 84 mem = hlist_entry(cma->mem_head.first, struct cma_mem, node); in cma_get_entry_from_list() 85 hlist_del_init(&mem->node); in cma_get_entry_from_list() 89 return mem; in cma_get_entry_from_list() 94 struct cma_mem *mem = NULL; in cma_free_mem() local 97 mem = cma_get_entry_from_list(cma); in cma_free_mem() 98 if (mem == NULL) in cma_free_mem() 101 if (mem->n <= count) { in cma_free_mem() [all …]
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | io-defs.h | 5 DEF_PCI_AC_RET(readb, u8, (const PCI_IO_ADDR addr), (addr), mem, addr) 6 DEF_PCI_AC_RET(readw, u16, (const PCI_IO_ADDR addr), (addr), mem, addr) 7 DEF_PCI_AC_RET(readl, u32, (const PCI_IO_ADDR addr), (addr), mem, addr) 8 DEF_PCI_AC_RET(readw_be, u16, (const PCI_IO_ADDR addr), (addr), mem, addr) 9 DEF_PCI_AC_RET(readl_be, u32, (const PCI_IO_ADDR addr), (addr), mem, addr) 10 DEF_PCI_AC_NORET(writeb, (u8 val, PCI_IO_ADDR addr), (val, addr), mem, addr) 11 DEF_PCI_AC_NORET(writew, (u16 val, PCI_IO_ADDR addr), (val, addr), mem, addr) 12 DEF_PCI_AC_NORET(writel, (u32 val, PCI_IO_ADDR addr), (val, addr), mem, addr) 13 DEF_PCI_AC_NORET(writew_be, (u16 val, PCI_IO_ADDR addr), (val, addr), mem, addr) 14 DEF_PCI_AC_NORET(writel_be, (u32 val, PCI_IO_ADDR addr), (val, addr), mem, addr) [all …]
|
/Linux-v6.1/drivers/firmware/efi/ |
D | cper.c | 240 int cper_mem_err_location(struct cper_mem_err_compact *mem, char *msg) in cper_mem_err_location() argument 249 if (mem->validation_bits & CPER_MEM_VALID_NODE) in cper_mem_err_location() 250 n += scnprintf(msg + n, len - n, "node:%d ", mem->node); in cper_mem_err_location() 251 if (mem->validation_bits & CPER_MEM_VALID_CARD) in cper_mem_err_location() 252 n += scnprintf(msg + n, len - n, "card:%d ", mem->card); in cper_mem_err_location() 253 if (mem->validation_bits & CPER_MEM_VALID_MODULE) in cper_mem_err_location() 254 n += scnprintf(msg + n, len - n, "module:%d ", mem->module); in cper_mem_err_location() 255 if (mem->validation_bits & CPER_MEM_VALID_RANK_NUMBER) in cper_mem_err_location() 256 n += scnprintf(msg + n, len - n, "rank:%d ", mem->rank); in cper_mem_err_location() 257 if (mem->validation_bits & CPER_MEM_VALID_BANK) in cper_mem_err_location() [all …]
|
/Linux-v6.1/drivers/gpu/drm/i915/gem/ |
D | i915_gem_region.c | 14 struct intel_memory_region *mem) in i915_gem_object_init_memory_region() argument 16 obj->mm.region = mem; in i915_gem_object_init_memory_region() 18 mutex_lock(&mem->objects.lock); in i915_gem_object_init_memory_region() 19 list_add(&obj->mm.region_link, &mem->objects.list); in i915_gem_object_init_memory_region() 20 mutex_unlock(&mem->objects.lock); in i915_gem_object_init_memory_region() 25 struct intel_memory_region *mem = obj->mm.region; in i915_gem_object_release_memory_region() local 27 mutex_lock(&mem->objects.lock); in i915_gem_object_release_memory_region() 29 mutex_unlock(&mem->objects.lock); in i915_gem_object_release_memory_region() 33 __i915_gem_object_create_region(struct intel_memory_region *mem, in __i915_gem_object_create_region() argument 45 * resource for the mem->region. We might need to revisit this in the in __i915_gem_object_create_region() [all …]
|
/Linux-v6.1/drivers/gpu/drm/nouveau/nvif/ |
D | mem.c | 22 #include <nvif/mem.h> 29 struct nvif_mem *mem) in nvif_mem_ctor_map() argument 31 int ret = nvif_mem_ctor(mmu, name, mmu->mem, NVIF_MEM_MAPPABLE | type, in nvif_mem_ctor_map() 32 0, size, NULL, 0, mem); in nvif_mem_ctor_map() 34 ret = nvif_object_map(&mem->object, NULL, 0); in nvif_mem_ctor_map() 36 nvif_mem_dtor(mem); in nvif_mem_ctor_map() 42 nvif_mem_dtor(struct nvif_mem *mem) in nvif_mem_dtor() argument 44 nvif_object_dtor(&mem->object); in nvif_mem_dtor() 50 struct nvif_mem *mem) in nvif_mem_ctor_type() argument 56 mem->object.client = NULL; in nvif_mem_ctor_type() [all …]
|
/Linux-v6.1/drivers/gpu/drm/ttm/ |
D | ttm_agp_backend.c | 46 struct agp_memory *mem; member 54 struct agp_memory *mem; in ttm_agp_bind() local 58 if (agp_be->mem) in ttm_agp_bind() 61 mem = agp_allocate_memory(agp_be->bridge, ttm->num_pages, AGP_USER_MEMORY); in ttm_agp_bind() 62 if (unlikely(mem == NULL)) in ttm_agp_bind() 65 mem->page_count = 0; in ttm_agp_bind() 72 mem->pages[mem->page_count++] = page; in ttm_agp_bind() 74 agp_be->mem = mem; in ttm_agp_bind() 76 mem->is_flushed = 1; in ttm_agp_bind() 77 mem->type = (cached) ? AGP_USER_CACHED_MEMORY : AGP_USER_MEMORY; in ttm_agp_bind() [all …]
|
/Linux-v6.1/net/core/ |
D | xdp.c | 41 BUILD_BUG_ON(sizeof_field(struct xdp_mem_allocator, mem.id) in xdp_mem_id_hashfn() 54 return xa->mem.id != mem_id; in xdp_mem_id_cmp() 60 .key_offset = offsetof(struct xdp_mem_allocator, mem.id), 61 .key_len = sizeof_field(struct xdp_mem_allocator, mem.id), 76 ida_simple_remove(&mem_id_pool, xa->mem.id); in __xdp_mem_allocator_rcu_free() 113 void xdp_unreg_mem_model(struct xdp_mem_info *mem) in xdp_unreg_mem_model() argument 116 int type = mem->type; in xdp_unreg_mem_model() 117 int id = mem->id; in xdp_unreg_mem_model() 119 /* Reset mem info to defaults */ in xdp_unreg_mem_model() 120 mem->id = 0; in xdp_unreg_mem_model() [all …]
|
/Linux-v6.1/drivers/uio/ |
D | uio_mf624.c | 35 void __iomem *INTCSR_reg = info->mem[0].internal_addr + INTCSR; in mf624_disable_interrupt() 63 void __iomem *INTCSR_reg = info->mem[0].internal_addr + INTCSR; in mf624_enable_interrupt() 90 void __iomem *INTCSR_reg = info->mem[0].internal_addr + INTCSR; in mf624_irq_handler() 117 static int mf624_setup_mem(struct pci_dev *dev, int bar, struct uio_mem *mem, const char *name) in mf624_setup_mem() argument 122 mem->name = name; in mf624_setup_mem() 123 mem->addr = start & PAGE_MASK; in mf624_setup_mem() 124 mem->offs = start & ~PAGE_MASK; in mf624_setup_mem() 125 if (!mem->addr) in mf624_setup_mem() 127 mem->size = ((start & ~PAGE_MASK) + len + PAGE_SIZE - 1) & PAGE_MASK; in mf624_setup_mem() 128 mem->memtype = UIO_MEM_PHYS; in mf624_setup_mem() [all …]
|