Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/xen/
Dp2m.c508 unsigned long *top_mfn_p, *mid_mfn; in alloc_p2m() local
530 top_mfn_p = &p2m_top_mfn[topidx]; in alloc_p2m()
533 BUG_ON(virt_to_mfn(mid_mfn) != *top_mfn_p); in alloc_p2m()
549 old_mfn = cmpxchg(top_mfn_p, missing_mfn, mid_mfn_mfn); in alloc_p2m()