Searched refs:INVALID_MFN (Results 1 – 11 of 11) sorted by relevance
66 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()
772 if ( gfn == INVALID_MFN ) in evict_victim()
58 if ( frame >= INVALID_MFN ) in pte_to_frame()59 return INVALID_MFN; in pte_to_frame()
151 return mfn == ~0U ? INVALID_MFN : mfn; in xc_pfn_to_mfn()
62 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()
175 ctx->x86.pv.compat_m2p_mfn0 = INVALID_MFN; in x86_pv_map_m2p()
50 dst[x] = s == ~0U ? INVALID_MFN : s; in copy_mfns_from_guest()944 if ( mfn == INVALID_MFN ) in normalise_pagetable()
178 if ( mfns[i] == INVALID_MFN ) in populate_pfns()
133 if ( mfns[i] == INVALID_MFN ) in write_batch()
425 return INVALID_MFN; in xc_dom_p2m()
63 #define INVALID_MFN (~0UL) macro
Completed in 28 milliseconds