Home
last modified time | relevance | path

Searched refs:check_get_page_from_gfn (Results 1 – 7 of 7) sorted by relevance

/xen/xen/include/xen/
A Dp2m-common.h35 int __must_check check_get_page_from_gfn(struct domain *d, gfn_t gfn,
/xen/xen/arch/x86/mm/
A Daltp2m.c70 rc = check_get_page_from_gfn(d, gfn, false, &p2mt, &pg); in altp2m_vcpu_enable_ve()
/xen/xen/common/
A Dmemory.c1696 int check_get_page_from_gfn(struct domain *d, gfn_t gfn, bool readonly, in check_get_page_from_gfn() function
1742 rc = check_get_page_from_gfn(d, _gfn(gmfn), false, &p2mt, &page); in prepare_ring_for_helper()
A Dargo.c1424 ret = check_get_page_from_gfn(d, gfn, false, &p2mt, &page); in find_ring_mfn()
A Dgrant_table.c468 rc = check_get_page_from_gfn(rd, _gfn(gfn), readonly, &p2mt, page); in get_paged_frame()
/xen/xen/arch/x86/hvm/
A Demulate.c392 switch ( check_get_page_from_gfn(curr_d, _gfn(gmfn), false, &p2mt, in hvmemul_acquire_page()
A Dhvm.c2653 if ( check_get_page_from_gfn(d, _gfn(gfn), !writable, &p2mt, &page) ) in _hvm_map_guest_frame()

Completed in 28 milliseconds