From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: xen entry point and exit point Date: Thu, 19 Apr 2012 15:51:58 -0400 Message-ID: <20120419195158.GA7204@phenom.dumpdata.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Nitin Gupta Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, Apr 19, 2012 at 02:18:07PM +0530, Nitin Gupta wrote: > Hi, > > I need to find the points where we enters into hypercall (for all the > hypercalls) execution and from where we come out... from what i have > understood entry-point is > somewhere in arch/x86/x86_32/entry.S ...but exactly where and what about > exit point? hypercall_page. The arch/x86/include/asm/xen/hypercall.h has the macros for it. When we come back it usually right after the call. > > -- > Nitin Gupta > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel