|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] Calling __va() in a x86_64 Dom0 module
> dom0 only has the bottom 1MB of machine memory mapped, so if you want
to
> access outside of this you'll need to map it yourself using
> direct_remap_pfn_range.
Ian,
I was able to use ioremap() to gain access to the piece of memory. Is
this a reliable method or should I be using direct_remap_pfn_range()?
Thanks,
Aravindh
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|