From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 16 May 2002 11:56:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 16 May 2002 11:56:11 -0400 Received: from mailx.cdacindia.com ([202.54.40.35]:60337 "EHLO falcon.cdac.ernet.in") by vger.kernel.org with ESMTP id ; Thu, 16 May 2002 11:56:10 -0400 Date: Thu, 16 May 2002 21:24:10 +0530 (IST) From: Sanket Rathi To: Alan Cox cc: Sanket Rathi , linux-kernel@vger.kernel.org Subject: Re: your mail In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org No actually i don't want that for DMA it is for diffrent requirment. actually in our device there is a page table in device which have virtual to physical address translation we save virtual address in device and corresponding physical address. but we can store only upto 44 bit information of virtual address thats why i want that. Can you help me in this Thanks in advance ----- --------Sanket > > I just want to know how can we restrict the maximum virtual memory and > > maximum physical memory on ia64 platform. > > kernel. Actually we have a device which can only access 44 bits so we cant > > That won't help you. You might not be dealing with RAM at the bottom of the > address space. You might also be in platforms with an iommu, or doing DMA > to another PCI target > > > Tell me something related to this or any link which i can refer > > Assuming the device is doing bus mastering. Read > Documentation/DMA-mapping.txt >