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
181 Accessed by both kvm and hardware.
218 Generation number of the page. It is compared with kvm->arch.mmu_valid_gen
292 the description in Documentation/virtual/kvm/locking.txt.
402 To make it be more scalable, kvm maintains a global generation number
403 which is stored in kvm->arch.mmu_valid_gen. Every shadow page stores
419 As mentioned in "Reaction to events" above, kvm will cache MMIO
427 kvm_memslots(kvm)->generation, and increased whenever guest memory info
439 Unfortunately, a single memory access might access kvm_memslots(kvm) multiple
445 returns; thus, the low bit of kvm_memslots(kvm)->generation is only 1 during a
458 http://www.linux-kvm.org/wiki/images/c/c8/KvmForum2008%24kdf2008_21.pdf