Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Dp2m.c557 unsigned long missing_mfn; in xen_alloc_p2m_entry() local
566 missing_mfn = virt_to_mfn(p2m_mid_missing_mfn); in xen_alloc_p2m_entry()
569 if (try_cmpxchg(top_mfn_p, &missing_mfn, mid_mfn_mfn)) { in xen_alloc_p2m_entry()
573 mid_mfn = mfn_to_virt(missing_mfn); in xen_alloc_p2m_entry()