|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel][VTD] 1:1 mapping for dom0 exhausts xenheap on x86/32 wit
On 28/9/07 08:51, "Han, Weidong" <weidong.han@xxxxxxxxx> wrote:
>>> I already had a try to use alloc_domheap_page() instead of
>>> alloc_xenheap_page(). It works on x86/64. But it doesn't work on
>>> x86/32.
>>
>> Use map_domain_page(), or live with only x86/64 support. You can't
>> burn x86/32's limited xenheap space on iommu page tables.
>>
>> -- Keir
>
> The 1:1 mapping page table is setup for both dom0 and PV domains. Is it
> no problem to use alloc_domheap_page() and map_domain_page()?
It's fine. Pass NULL as the domain pointer to alloc_domheap_page() and you
get anonymous pages from the global domain heap. The 'domain' in the name of
alloc_domheap_page() and map_domain_page() functions is a bit misleading!
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|