Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/xen/
Dp2m.c533 int xen_alloc_p2m_entry(unsigned long pfn) in xen_alloc_p2m_entry() function
633 EXPORT_SYMBOL(xen_alloc_p2m_entry);
697 ret = xen_alloc_p2m_entry(pfn); in set_phys_to_machine()
/linux-4.4.14/arch/x86/include/asm/xen/
Dpage.h46 extern int xen_alloc_p2m_entry(unsigned long pfn);
/linux-4.4.14/drivers/xen/
Dballoon.c662 ret = xen_alloc_p2m_entry(page_to_pfn(page)); in alloc_xenballooned_pages()