6 messages in com.xensource.lists.xen-develRe: [Xen-devel] __va() vs phys_to_virt()
FromSent OnAttachments
Hollis Blanchard18 Mar 2005 10:31 
Xin Zhao18 Mar 2005 10:45 
Hollis Blanchard18 Mar 2005 10:46 
Jesse Barnes18 Mar 2005 10:59 
Hollis Blanchard18 Mar 2005 11:16 
Dave Hansen22 Mar 2005 12:44 
Subject:Re: [Xen-devel] __va() vs phys_to_virt()
From:Xin Zhao (zhao@eecs.umich.edu)
Date:03/18/2005 10:45:16 AM
List:com.xensource.lists.xen-devel

I thought they are the same. phys_to_virt() essentially calls __va().

Xin

On Fri, 18 Mar 2005, Hollis Blanchard wrote:

Can someone explain where it's appropriate to use __va() and where phys_to_virt() should be used instead? Or are they truly synonymous, and we should phase out one or the other?