Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/arch/arm/include/asm/xen/
Dpage.h94 extern int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops,
/linux-4.1.27/arch/x86/include/asm/xen/
Dpage.h57 extern int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops,
/linux-4.1.27/arch/x86/xen/
Dp2m.c705 int clear_foreign_p2m_mapping(struct gnttab_unmap_grant_ref *unmap_ops, in clear_foreign_p2m_mapping() function
731 EXPORT_SYMBOL_GPL(clear_foreign_p2m_mapping);
/linux-4.1.27/drivers/xen/
Dgrant-table.c824 return clear_foreign_p2m_mapping(unmap_ops, kunmap_ops, pages, count); in gnttab_unmap_refs()