commit | 792230c3a66b3d17d6dcca712866d24f2283d4a6 | [log] [tgz] |
---|---|---|
author | Juergen Gross <jgross@suse.com> | Fri Nov 28 11:53:56 2014 +0100 |
committer | David Vrabel <david.vrabel@citrix.com> | Thu Dec 04 14:09:04 2014 +0000 |
tree | 8afc8973622985092d2a0913a6ba53028d625b39 | |
parent | 5b8e7d80542487ff1bf17b4cf2922a01dee13d3a [diff] |
x86: Introduce function to get pmd entry pointer Introduces lookup_pmd_address() to get the address of the pmd entry related to a virtual address in the current address space. This function is needed for support of a virtual mapped sparse p2m list in xen pv domains, as we need the address of the pmd entry, not the one of the pte in that case. Signed-off-by: Juergen Gross <jgross@suse.com> Signed-off-by: David Vrabel <david.vrabel@citrix.com>