Lines Matching defs:page
233 struct page *page;
282 page = alloc_pages(GFP_KERNEL, L1D_CACHE_ORDER);
283 if (!page)
285 vmx_l1d_flush_pages = page_address(page);
288 * Initialize each page with a different pattern in
618 * evmcs in singe VM shares same assist page.
2396 * VP assist page for it.
2673 struct page *pages;
3119 * run the guest when identity mapped page tables.
3127 * intercept them to preserve its identity mapped page tables.
3718 struct page *page;
3729 page = gfn_to_page(kvm, APIC_DEFAULT_PHYS_BASE >> PAGE_SHIFT);
3730 if (is_error_page(page)) {
3736 * Do not pin the page in memory, so that memory hot-unplug
3739 put_page(page);
4947 * EPT will cause page fault only if we need to
5486 /* ept page table entry is present? */
5499 * a guest page fault. We have to emulate the instruction here, because
5503 * reconstruct the page fault error code.
6352 * Flush the TLB, reloading the APIC access page will
6355 * the TLB while the APIC access page was disabled.
6373 struct page *page;
6385 page = gfn_to_page(vcpu->kvm, APIC_DEFAULT_PHYS_BASE >> PAGE_SHIFT);
6386 if (is_error_page(page))
6389 vmcs_write64(APIC_ACCESS_ADDR, page_to_phys(page));
6393 * Do not pin apic access page in memory, the MMU notifier
6396 put_page(page);
7974 * page upon invalidation. No need to do anything if not