Searched refs:VMI_PAGE_CLONE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dvmi.h113 #define VMI_PAGE_CLONE 0x20 /* Clone from another shadow */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dvmi.c265 ~(VMI_PAGE_ZEROED | VMI_PAGE_CLONE);
292 if (type & VMI_PAGE_CLONE)
314 page->type = type & ~(VMI_PAGE_ZEROED | VMI_PAGE_CLONE);
328 type &= ~(VMI_PAGE_ZEROED | VMI_PAGE_CLONE);
384 vmi_set_page_type(pfn, VMI_PAGE_L2 | VMI_PAGE_CLONE);
386 vmi_ops.allocate_page(pfn, VMI_PAGE_L2 | VMI_PAGE_CLONE, clonepfn, start, count);

Completed in 44 milliseconds