From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: Bulk pagetable unmap Date: Mon, 09 Mar 2009 17:52:50 +0000 Message-ID: References: <49B543DE.4050406@Sun.COM> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <49B543DE.4050406@Sun.COM> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Mick.Jordan@sun.com" , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 09/03/2009 16:29, "Mick Jordan" wrote: > Is it possible to use HYPERVISOR_mmu_update to unmap an area of the > virtual address range and achieve the TLB update at the same time. I.e., > a bulk version of: > > return HYPERVISOR_update_va_mapping(addr), val, > (unsigned long)UVMF_ALL | UVMF_INVLPG); You'll have to do a multicall of HYPERVISOR_mmu_update followed by HYPERVISOR_mmuext_op. > Mick. > > P.S. What happened to the developer manual for 3.3? The xen.org site > only shows a user manual. There's no actively maintained developer manual. -- Keir