Home
last modified time | relevance | path

Searched refs:INVALID_MFN (Results 1 – 11 of 11) sorted by relevance

/tools/xenpaging/
A Dpolicy_default.c66 mru[i] = INVALID_MFN; in policy_init()
132 return INVALID_MFN; in policy_choose_victim()
149 if ( old_gfn != INVALID_MFN ) in policy_handle_paged_in()
156 mru[i_mru & (mru_size - 1)] = INVALID_MFN; in policy_handle_paged_in()
A Dxenpaging.c772 if ( gfn == INVALID_MFN ) in evict_victim()
/tools/libs/guest/
A Dxg_sr_common_x86_pv.h58 if ( frame >= INVALID_MFN ) in pte_to_frame()
59 return INVALID_MFN; in pte_to_frame()
A Dxg_private.h151 return mfn == ~0U ? INVALID_MFN : mfn; in xc_pfn_to_mfn()
A Dxg_sr_restore_x86_pv.c62 ctx->restore.ops.set_gfn(ctx, i, INVALID_MFN); in expand_p2m()
67 ctx->x86.pv.p2m_pfns[i] = INVALID_MFN; in expand_p2m()
956 ((uint64_t *)ctx->x86.pv.p2m)[pfn] = mfn == INVALID_MFN ? ~0ULL : mfn; in x86_pv_set_gfn()
992 if ( pfn == INVALID_MFN ) in x86_pv_localise_page()
1001 if ( pfn_to_mfn(ctx, pfn) == INVALID_MFN ) in x86_pv_localise_page()
A Dxg_sr_common_x86_pv.c175 ctx->x86.pv.compat_m2p_mfn0 = INVALID_MFN; in x86_pv_map_m2p()
A Dxg_sr_save_x86_pv.c50 dst[x] = s == ~0U ? INVALID_MFN : s; in copy_mfns_from_guest()
944 if ( mfn == INVALID_MFN ) in normalise_pagetable()
A Dxg_sr_restore.c178 if ( mfns[i] == INVALID_MFN ) in populate_pfns()
A Dxg_sr_save.c133 if ( mfns[i] == INVALID_MFN ) in write_batch()
/tools/include/
A Dxenguest.h425 return INVALID_MFN; in xc_dom_p2m()
A Dxenctrl.h63 #define INVALID_MFN (~0UL) macro

Completed in 28 milliseconds