Searched refs:check_get_page_from_gfn (Results 1 – 7 of 7) sorted by relevance
/xen/xen/include/xen/ |
A D | p2m-common.h | 35 int __must_check check_get_page_from_gfn(struct domain *d, gfn_t gfn,
|
/xen/xen/arch/x86/mm/ |
A D | altp2m.c | 70 rc = check_get_page_from_gfn(d, gfn, false, &p2mt, &pg); in altp2m_vcpu_enable_ve()
|
/xen/xen/common/ |
A D | memory.c | 1696 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 D | argo.c | 1424 ret = check_get_page_from_gfn(d, gfn, false, &p2mt, &page); in find_ring_mfn()
|
A D | grant_table.c | 468 rc = check_get_page_from_gfn(rd, _gfn(gfn), readonly, &p2mt, page); in get_paged_frame()
|
/xen/xen/arch/x86/hvm/ |
A D | emulate.c | 392 switch ( check_get_page_from_gfn(curr_d, _gfn(gmfn), false, &p2mt, in hvmemul_acquire_page()
|
A D | hvm.c | 2653 if ( check_get_page_from_gfn(d, _gfn(gfn), !writable, &p2mt, &page) ) in _hvm_map_guest_frame()
|
Completed in 28 milliseconds