|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] MFN to hypervisor page table translation?
On 7/5/07 12:58, "Langsdorf, Mark" <mark.langsdorf@xxxxxxx> wrote:
In Linux, I would call pdg_offset() and
work my way down the page tables to to
pte_offset_map. What are the equivalent
function calls in Xen? What include file
or source file should I be checking to
better understand this process?
Thanks in advance for any help.
There isn’t one. I would suggest you implement unmap_pages_from_xen(), and crib from map_pages_to_xen() for how to do so.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|