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] about DIRECTMAP_VIRT_START and __PAGE_OFFSET

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] about DIRECTMAP_VIRT_START and __PAGE_OFFSET
From: "余上" <yusunn@xxxxxxxxx>
Date: Thu, 24 Jan 2008 01:11:07 +0800
Delivery-date: Wed, 23 Jan 2008 09:12:21 -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:content-transfer-encoding:content-disposition; bh=tLj3bxvnFEWiaSb3l3ZPTlH3bbwgcc+wadMgP+FrUcg=; b=tpXlU4D86Mzgx3iO/EA6XaJ2VyHLk5WaDUCde8WWq+YmPZqqT5C7Q8cWFGs8PUbiHk+MQ9Qg603CdWwWjag5Ue5zyWfjl4gMM4ltWT0VTl8JumXvSv0l6FL+OFuNvplmEqEsVa8UL5uSOwhQ027k4be5J0N7kztSjv7cTw9V9HY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=RgkJ3c0sEcxMJr95Rz1FZY3s0UgrA3A5/2AzRaOgPOGbz0uNpKCHsSuEszS1P42jekACqZigV1cfIGkKcHvMsHsSw+rKoXlYh81e686R1xWuIWzYPSqnrhGz/C/5HJorByTnKVLEbV0Ym32ulEMWPhblbmdRyQs8L2yhxaC6MXc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi all,
I know that xen kenel will be mapped to linear address both 0x100000
and 0xff000000+0x100000 at the very beginning . But from the macro
virt_to_maddr , it seems that xen kernel will be remap to
DIRECTMAP_VIRT_START , right ? If so , where in the code do the remap
? All these assume under CONFIG_X86_PAE config

Thank you vert much
yushang

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] about DIRECTMAP_VIRT_START and __PAGE_OFFSET, 余上 <=