Lines Matching refs:we
11 on an emulated mmu except for timing (we attempt to comply
62 - when guest paging is disabled, we translate guest physical addresses to
64 - when guest paging is enabled, we translate guest virtual addresses, to
66 - when the guest launches a guest of its own, we translate nested guest
248 A tlb flush means that we need to synchronize all sptes reachable from the
249 guest's cr3. This is expensive, so we keep all guest page tables write
257 the amount of emulation we have to do when the guest modifies multiple gptes,
261 As a side effect we have to resynchronize all reachable unsynchronized shadow
304 - if successful, we can let the guest continue and modify the gpte
338 we cannot map the permissions for gpte.u=1, gpte.w=0 to any spte (the
352 - if CR4.SMEP is enabled: since we've turned the page into a kernel page,
354 If we get a user fetch or read fault, we'll change spte.u=1 and
360 here we do not care the case that CR4.SMAP is enabled since KVM will
364 from being written by the kernel after cr0.wp has changed to 1, we make
447 want to use an MMIO sptes created with an odd generation number, and we can do