Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/xen/
H A Dp2m.c529 unsigned long *top_mfn_p, *mid_mfn; in xen_alloc_p2m_entry() local
549 top_mfn_p = &p2m_top_mfn[topidx]; in xen_alloc_p2m_entry()
552 BUG_ON(virt_to_mfn(mid_mfn) != *top_mfn_p); in xen_alloc_p2m_entry()
568 old_mfn = cmpxchg(top_mfn_p, missing_mfn, mid_mfn_mfn); in xen_alloc_p2m_entry()