WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] How to know hypercall entry and exit addresses?

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] How to know hypercall entry and exit addresses?
From: Nbp <nbp0204@xxxxxxxxx>
Date: Thu, 16 Oct 2008 05:15:57 -0400
Delivery-date: Thu, 16 Oct 2008 02:16:23 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=KwueI+45rmKBMgJzatvQt7S3uPEbQD8rzb5enQqbM80=; b=wW8QNYx5i510Y6uIotd8wMnTnri3EZIugFUebSXVTsLFepi3cYsvv9r1rhEACb465B xTp5SXHq/4qYoMig3iK47VlWh5uDqGOCfbR1chYF7gkOwom62EosgtBPNDETyrrhAIfI ikbRPoI4DF2ttIg2P0Ajvp0VoRyKvm6ZmqQMI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=AXbN+LjjDCpMcdVMysTm6alL1fVqtbwRmfZFM8vq5cDFlt5a1h99I2ydVhiCYKnXUV YqgJ2adaBwQFrdYU0wpsw+RZgBnJfTodNczkydM+c5SnXC2ilumbjX5Oc4e+675KmxPY UT0I5+inh16Ikur82Ou3bhact49V/3DINvWdQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I want to get the virtual addresses of the hypercall entry and exit.
To know system call addresses, I know there is a file System.map in /boot.
By looking up the file we can get many kernel symbols addresses.
I am wondering if there is a similar file in Xen.
Or is there other ways so that I can determine the virtual addresses of hypercalls.
Any information is appreciated. Thanks in advance.

Regards,
- Tommy
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] How to know hypercall entry and exit addresses?, Nbp <=