|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] P2M Top Level Page Table
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.
Any
though?
Thanks,
-Wei
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] P2M Top Level Page Table,
Huang2, Wei <=
|
|
|
|
|