From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: World-switch architected component flushing/invalidating. Date: Tue, 19 May 2015 16:50:40 +0100 Message-ID: <1432050640.12989.186.camel@citrix.com> References: <1432048989983.29508@mail.aub.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Yujxr-0004ph-It for xen-devel@lists.xenproject.org; Tue, 19 May 2015 16:01:55 +0000 In-Reply-To: <1432048989983.29508@mail.aub.edu> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "Mazen Ezzeddine (Student)" Cc: "xen-devel@lists.xenproject.org" List-Id: xen-devel@lists.xenproject.org On Tue, 2015-05-19 at 15:23 +0000, Mazen Ezzeddine (Student) wrote: > Is there a header file to include and use already-implemented > xen-specific functions for cache/TLB/branchPredictor invalidating? > Could you please route me to the Xen file where they are implemented. I suggest you use a tool such as "grep" to search for some key words and associated register names in the xen source tree. You may want to pay particular attention to xen/include/asm-arm. Ian.