From owner-freebsd-hackers@FreeBSD.ORG Tue Jan 17 06:45:01 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E592516A41F for ; Tue, 17 Jan 2006 06:45:00 +0000 (GMT) (envelope-from kamalpr@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DDD143D45 for ; Tue, 17 Jan 2006 06:45:00 +0000 (GMT) (envelope-from kamalpr@gmail.com) Received: by wproxy.gmail.com with SMTP id i7so1482010wra for ; Mon, 16 Jan 2006 22:44:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references; b=GSAdePyV8cgqysaW+wmMsYw6HRc1rmHML0DDDf/dosCknRA4QGcXD4/JnzZ/OIn5OdY3RyuVcE4fV5+00POWfYPIRj+pTimQ+0sjmca+7b7focxxZ1JJx9UPVILDuN0u3Jgh6PrE7fqaSMujaXtU5SvssKwT2Fgnc//E+gZ+vVk= Received: by 10.64.204.6 with SMTP id b6mr457299qbg; Mon, 16 Jan 2006 22:44:59 -0800 (PST) Received: by 10.65.43.10 with HTTP; Mon, 16 Jan 2006 22:44:59 -0800 (PST) Message-ID: Date: Tue, 17 Jan 2006 12:14:59 +0530 From: "Kamal R. Prasad" Sender: kamalpr@gmail.com To: Pranav Sawargaonkar In-Reply-To: <5007e1a40601161013q5692f79dge001ceac5de991df@mail.gmail.com> MIME-Version: 1.0 References: <5007e1a40601161013q5692f79dge001ceac5de991df@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org Subject: Re: Accessing Pagetable of a process X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 06:45:01 -0000 On 1/16/06, Pranav Sawargaonkar wrote: > > Hi > I want to access pagetable of a perticular process. > How i should get it?Is it possible to access by using pointer of type > 'struct proc'? by accessimg the vmspace for the process. Also i want to access each page referenced in > pagetable of that process by writing my module how i can achieve this? > Thanks in advance. the pagetable is for translating virtual to physical addresses If you want the contents of the page -you don't need to worry about the translation scheme. Im not sure I understand what you are looking for?? regards -kamal -Pranav > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org= " >