Searched refs:mfn_to_gfn (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/ |
A D | common.c | 651 unsigned long gfn = mfn_to_gfn(current->domain, gmfn); in trace_resync() 1186 gfn = mfn_to_gfn(d, backpointer(mfn_to_page(smfn))); in trace_shadow_prealloc_unpin() 2276 unsigned long gfn = mfn_to_gfn(current->domain, gmfn); in trace_shadow_wrmap_bf() 2384 if ((gfn = mfn_to_gfn(d, gmfn)) < 0x38000 ) in sh_remove_write_access() 2402 if ((gfn = mfn_to_gfn(d, gmfn)) < 0x38000 ) in sh_remove_write_access() 2430 gfn = mfn_to_gfn(d, gmfn); in sh_remove_write_access()
|
A D | multi.c | 1117 gfn = mfn_to_gfn(d, mfn); in shadow_vram_get_l1e() 1148 gfn = mfn_to_gfn(d, mfn); in shadow_vram_put_l1e()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | p2m.h | 496 static inline unsigned long mfn_to_gfn(struct domain *d, mfn_t mfn) in mfn_to_gfn() function
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | p2m.c | 882 ogfn = _gfn(mfn_to_gfn(d, mfn_add(mfn, i))); in guest_physmap_add_entry()
|
Completed in 23 milliseconds