Lines Matching defs:page
391 * KVM wants to inject page-faults which it got to the guest. This function
594 * from the virtual-APIC page; take those 256 bits
2472 * Whether page-faults are trapped is determined by a combination of
2474 * doesn't care about page faults then we should set all of these to
2475 * L1's desires. However, if L0 does care about (some) page faults, it
2477 * simply ask to exit on each and every L2 page fault. This is done by
2610 /* Shadow page tables on either EPT or shadow page tables. */
3167 struct page *page;
3173 * address for vmcs02. Keep the page pinned, so this
3181 page = kvm_vcpu_gpa_to_page(vcpu, vmcs12->apic_access_addr);
3182 if (!is_error_page(page)) {
3183 vmx->nested.apic_access_page = page;
3187 pr_debug_ratelimited("%s: no backing 'struct page' for APIC-access address in vmcs12\n",
3741 * Don't need to mark the APIC access page dirty; it is never
4128 * Of course, if L0 is using shadow page tables, GUEST_CR3 was defined
5333 * Reads from an unbacked page return all 1s,
5556 * Sync the shadow page tables if EPT is disabled, L1 is invalidating
5719 * The MSR_BITMAP page is divided into four 1024-byte bitmaps,