Lines Matching refs:mmu
1 The x86 kvm shadow mmu
4 The mmu (in arch/x86/kvm, files mmu.[ch] and paging_tmpl.h) is responsible
5 for presenting a standard x86 mmu to the guest, while translating guest
8 The mmu code attempts to satisfy the following requirements:
11 on an emulated mmu except for timing (we attempt to comply
16 - performance: minimize the performance penalty imposed by the mmu
48 The mmu supports first-generation mmu hardware, which allows an atomic switch
51 it exposes is the traditional 2/3/4 level x86 mmu, with support for global
58 The primary job of the mmu is to program the processor's mmu to translate
72 number of required translations matches the hardware, the mmu operates in
90 The mmu is driven by events, some from the guest, some from the host.
109 A nonleaf spte allows the hardware mmu to reach the leaf pages and
239 The mmu maintains a reverse mapping whereby all ptes mapping a page can be
322 - set up mmu context for new paging mode
328 - mmu notifier called with updated hva
375 The mmu supports all combinations of large and small guest and host pages.
377 two separate 2M pages, on both guest and host, since the mmu always uses PAE
389 To check the last two conditions, the mmu maintains a ->write_count set of