Searched refs:memory_base (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/mips/sgi-ip27/
H A Dip27-console.c30 ioc3 = (struct ioc3 *)KL_CONFIG_CH_CONS_INFO(nasid)->memory_base;
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_iommu.c100 gpu_write(gpu, VIVS_MC_MEMORY_BASE_ADDR_RA, context->global->memory_base);
101 gpu_write(gpu, VIVS_MC_MEMORY_BASE_ADDR_FE, context->global->memory_base);
102 gpu_write(gpu, VIVS_MC_MEMORY_BASE_ADDR_TX, context->global->memory_base);
103 gpu_write(gpu, VIVS_MC_MEMORY_BASE_ADDR_PEZ, context->global->memory_base);
104 gpu_write(gpu, VIVS_MC_MEMORY_BASE_ADDR_PE, context->global->memory_base);
H A Detnaviv_mmu.h50 u32 memory_base; member in struct:etnaviv_iommu_global
90 struct etnaviv_gem_object *etnaviv_obj, u32 memory_base,
98 u32 memory_base, dma_addr_t paddr,
H A Detnaviv_cmdbuf.h33 u32 memory_base);
H A Detnaviv_cmdbuf.c66 u32 memory_base)
68 return etnaviv_iommu_get_suballoc_va(context, mapping, memory_base,
63 etnaviv_cmdbuf_suballoc_map(struct etnaviv_cmdbuf_suballoc *suballoc, struct etnaviv_iommu_context *context, struct etnaviv_vram_mapping *mapping, u32 memory_base) argument
H A Detnaviv_mmu.c279 struct etnaviv_gem_object *etnaviv_obj, u32 memory_base,
295 iova = sg_dma_address(sgt->sgl) - memory_base;
385 global->memory_base);
413 u32 memory_base, dma_addr_t paddr,
431 mapping->iova = paddr - memory_base;
278 etnaviv_iommu_map_gem(struct etnaviv_iommu_context *context, struct etnaviv_gem_object *etnaviv_obj, u32 memory_base, struct etnaviv_vram_mapping *mapping, u64 va) argument
411 etnaviv_iommu_get_suballoc_va(struct etnaviv_iommu_context *context, struct etnaviv_vram_mapping *mapping, u32 memory_base, dma_addr_t paddr, size_t size) argument
H A Detnaviv_gpu.c865 priv->mmu_global->memory_base = SZ_2G;
867 priv->mmu_global->memory_base = cmdbuf_paddr;
872 priv->mmu_global->memory_base = SZ_2G;
H A Detnaviv_gem.c305 mmu_context->global->memory_base,
/linux-master/tools/testing/memblock/tests/
H A Dbasic_api.c909 phys_addr_t memory_base = SZ_128K; local
923 memblock_reserve(memory_base, MEM_SIZE);
929 memory_base += MEM_SIZE * 2;
935 memblock_reserve(memory_base, MEM_SIZE);
/linux-master/arch/mips/include/asm/sn/
H A Dklconfig.h129 unsigned long memory_base; member in struct:console_s

Completed in 159 milliseconds