Lines Matching full:translation
69 Translation chapter
93 using kvm. Userspace defines the translation between guest addresses and user
114 - changes in the gpa->hpa translation (either through gpa->hva changes or
126 is not related to a translation directly. It points to other shadow pages.
130 translation stack, with optional higher level translations left to NPT/EPT.
147 (*) the guest hypervisor will encode the ngva->gpa translation into its page
156 Examples include real mode translation, large guest pages backed by small
238 translation. This is equivalent to the state of the tlb when a pte is
282 before using the translation. We take advantage of that by removing write
300 - a true guest fault (the guest translation won't allow the access) (*)
301 - access to a missing translation
302 - access to a protected translation
324 - if needed, walk the guest page tables to determine the guest translation
334 - walk the shadow page table to find the spte for the translation,
353 - try to reinstantiate the indicated translation in the hope that the
369 Host translation updates: