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] Interrupt entry points in xen-3.x

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Interrupt entry points in xen-3.x
From: "Furquan Shaikh" <furquan.m.shaikh@xxxxxxxxx>
Date: Wed, 24 Dec 2008 15:07:25 +0530
Delivery-date: Wed, 24 Dec 2008 01:37:49 -0800
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=Cf32NsAK/Us9oqu/1m99hwaWnPus/wJqNZHl91ateh8=; b=nMD6i+xe8l4nFIBiM3YBgsIla+dtgRZuCRa771K+LI32pilEsPO4gKY7Qb0hp201Ln D8HditAa6lgza09KVQqCO8GoBWVYy4+E9OrxftQ9RLqr9sEusRBncvMwkjoBUBwnYcXw iCE+7BRhyvxY380WgCgsdEW7F8jEGZKnAsdfM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=FbFm1D0yZt+qRAH/dTjbrQI9+mFBAFY/WHGDEqsG9xOcp4vTOsnR3ADyXxfOCydHQm OYPxTv/oL0YVQnrBu8aAGU6RexsQH4i/x0zFwqvIZrMKticO/v2GdP2frPz1HHKDgKoF OFsBxFO0K0brSCsg+dHx017M3698np7biO3P4=
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
I was studying interrupt handling in xen-3.x. I came across "create_bounce_frame" in xen-3.3.0/xen/arch/x86/x86_32/entry.S
I am having some problem understanding the flow of code. Can somebody please give me a step-by-step overview of the flow of interrupt handling right after an interrupt occurs and h/w transfers control to xen. Where is the control passed in xen? (exact entry point)


please help me.

Furquan
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Interrupt entry points in xen-3.x, Furquan Shaikh <=