aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/fixmap.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@qumranet.com>2008-08-22 12:24:38 -0400
committerAvi Kivity <avi@qumranet.com>2008-10-15 04:15:23 -0400
commit3d000db5688c8beff6319fb9ff4b98dcac32f798 (patch)
tree75e8464d300c232efa1793477c555e1a5b7e0a80 /include/asm-x86/fixmap.h
parent6c41f428b72afe5a581b967590c12538db31d399 (diff)
KVM: MMU: Add generic shadow walker
We currently walk the shadow page tables in two places: direct map (for real mode and two dimensional paging) and paging mode shadow. Since we anticipate requiring a third walk (for invlpg), it makes sense to have a generic facility for shadow walk. This patch adds such a shadow walker, walks the page tables and calls a method for every spte encountered. The method can examine the spte, modify it, or even instantiate it. The walk can be aborted by returning nonzero from the method. Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include/asm-x86/fixmap.h')
0 files changed, 0 insertions, 0 deletions