Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/xen/
Dp2m.c89 int set_foreign_p2m_mapping(struct gnttab_map_grant_ref *map_ops, in set_foreign_p2m_mapping() function
104 EXPORT_SYMBOL_GPL(set_foreign_p2m_mapping);
/Linux-v5.4/arch/x86/include/asm/xen/
Dpage.h66 extern int set_foreign_p2m_mapping(struct gnttab_map_grant_ref *map_ops,
74 set_foreign_p2m_mapping(struct gnttab_map_grant_ref *map_ops, in set_foreign_p2m_mapping() function
/Linux-v5.4/include/xen/arm/
Dpage.h88 extern int set_foreign_p2m_mapping(struct gnttab_map_grant_ref *map_ops,
/Linux-v5.4/arch/x86/xen/
Dp2m.c698 int set_foreign_p2m_mapping(struct gnttab_map_grant_ref *map_ops, in set_foreign_p2m_mapping() function
742 EXPORT_SYMBOL_GPL(set_foreign_p2m_mapping);
/Linux-v5.4/drivers/xen/
Dgrant-table.c1073 return set_foreign_p2m_mapping(map_ops, kmap_ops, pages, count); in gnttab_map_refs()