Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/xen/
Dp2m.c104 int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops, in clear_foreign_p2m_mapping() function
117 EXPORT_SYMBOL_GPL(clear_foreign_p2m_mapping);
/linux-4.4.14/arch/arm/include/asm/xen/
Dpage.h101 extern int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops,
/linux-4.4.14/arch/x86/include/asm/xen/
Dpage.h57 extern int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops,
/linux-4.4.14/arch/x86/xen/
Dp2m.c753 int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops, in clear_foreign_p2m_mapping() function
779 EXPORT_SYMBOL_GPL(clear_foreign_p2m_mapping);
/linux-4.4.14/drivers/xen/
Dgrant-table.c871 return clear_foreign_p2m_mapping(unmap_ops, kunmap_ops, pages, count); in gnttab_unmap_refs()