Home
last modified time | relevance | path

Searched refs:P2M_UNSHARE (Results 1 – 14 of 14) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/mm/hap/
A Dguest_walk.c64 P2M_ALLOC | P2M_UNSHARE); in hap_p2m_ga_to_gfn()
105 P2M_ALLOC | P2M_UNSHARE); in hap_p2m_ga_to_gfn()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dp2m.h272 #define P2M_UNSHARE (1u<<1) /* Break CoW sharing */ macro
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dp2m.h80 #define P2M_UNSHARE (1u<<1) /* Break CoW sharing */ macro
441 P2M_ALLOC | P2M_UNSHARE)
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dguest_walk.c97 p2m_query_t qt = P2M_ALLOC | P2M_UNSHARE; in guest_walk_tables()
A Dmem_access.c257 P2M_ALLOC | P2M_UNSHARE, &page_order, 0); in p2m_set_altp2m_mem_access()
A Dp2m.c427 if ( q & P2M_UNSHARE ) in __get_gfn_type_access()
444 if ( (q & P2M_UNSHARE) && p2m_is_shared(*t) ) in __get_gfn_type_access()
496 && !((q & P2M_UNSHARE) && p2m_is_shared(*t)) ) in p2m_get_page_from_gfn()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Ddm.c219 page = get_page_from_gfn(d, pfn, NULL, P2M_UNSHARE); in modified_memory()
A Dhvm.c1773 P2M_ALLOC | (npfec.write_access ? P2M_UNSHARE : 0), in hvm_hap_nested_page_fault()
2575 writable ? P2M_UNSHARE : P2M_ALLOC); in _hvm_map_guest_frame()
3163 page = get_page_from_gfn(v->domain, gfn_x(gfn), &p2mt, P2M_UNSHARE); in hvm_translate_get_page()
A Demulate.c337 *page = get_page_from_gfn(curr_d, gmfn, &p2mt, P2M_UNSHARE); in hvmemul_acquire_page()
/xen-4.10.0-shim-comet/xen/common/
A Dmemory.c1479 page = get_page_from_gfn(d, gmfn, &p2mt, P2M_UNSHARE); in prepare_ring_for_helper()
A Dgrant_table.c348 readonly ? P2M_ALLOC : P2M_UNSHARE); in get_paged_frame()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmm.c1921 P2M_ALLOC | P2M_UNSHARE : P2M_ALLOC; in mod_l1_entry()
1937 if ( (q & P2M_UNSHARE) && p2m_is_shared(p2mt) ) in mod_l1_entry()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvm.c2222 &p2mt, P2M_ALLOC | P2M_UNSHARE); in nsvm_get_nvmcb_page()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmx.c1481 page = get_page_from_gfn(v->domain, cr3 >> PAGE_SHIFT, &p2mt, P2M_UNSHARE); in vmx_load_pdptrs()

Completed in 52 milliseconds