Lines Matching refs:kvm
1 The x86 kvm shadow mmu
4 The mmu (in arch/x86/kvm, files mmu.[ch] and paging_tmpl.h) is responsible
79 using kvm. Userspace defines the translation between guest addresses and user
187 Accessed by both kvm and hardware.
224 Generation number of the page. It is compared with kvm->arch.mmu_valid_gen
298 the description in Documentation/virtual/kvm/locking.txt.
408 To make it be more scalable, kvm maintains a global generation number
409 which is stored in kvm->arch.mmu_valid_gen. Every shadow page stores
425 As mentioned in "Reaction to events" above, kvm will cache MMIO
433 kvm_memslots(kvm)->generation, and increased whenever guest memory info
445 Unfortunately, a single memory access might access kvm_memslots(kvm) multiple
451 returns; thus, the low bit of kvm_memslots(kvm)->generation is only 1 during a
464 http://www.linux-kvm.org/wiki/images/c/c8/KvmForum2008%24kdf2008_21.pdf