[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-devel] P2M Top Level Page Table
My question is about h_cr3 in VMCB under hap mode. It
points to the top level of P2M table, which might be located in memory space
beyond 4GB. It can cause problem potentially.
-Wei From: Keir Fraser [mailto:keir@xxxxxxxxxxxxx] Sent: Thursday, March 29, 2007 11:42 AM To: Huang2, Wei; xen-devel@xxxxxxxxxxxxxxxxxxx; Tim Deegan Subject: Re: [Xen-devel] P2M Top Level Page Table -- Keir On 29/3/07 17:05, "Huang2, Wei" <Wei.Huang2@xxxxxxx> wrote: Current P2M table are allocated through alloc_domheap_pages(), which can potentially allocate memory with physical address > 4G under PAE mode. However, for top level P2M table (under PAE mode), its physical address should be below 4G because CR3 has only 32 bits. I noticed that mm.c relies on pae_l3_cache to solve this problem in make_cr3(). Do we plan to have similar solution for P2M table? Another solution might use xmalloc; but I just wonder whether it always returns memory below 4G. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |