Home
last modified time | relevance | path

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

/Linux-v5.15/include/xen/interface/
Dgrant_table.h505 #define GNTMAP_device_map (1<<_GNTMAP_device_map) macro
/Linux-v5.15/arch/arm/xen/
Dp2m.c114 if (map_ops[i].flags & GNTMAP_device_map) in set_foreign_p2m_mapping()
/Linux-v5.15/arch/x86/xen/
Dp2m.c742 if (map_ops[i].flags & GNTMAP_device_map) in set_foreign_p2m_mapping()
752 if (kmap_ops[i].flags & GNTMAP_device_map) in set_foreign_p2m_mapping()
/Linux-v5.15/drivers/xen/
Dgntdev.c313 unsigned int flags = (map->flags & ~GNTMAP_device_map) | in gntdev_map_grant_pages()
339 if (map->flags & GNTMAP_device_map) in gntdev_map_grant_pages()
Dgntdev-dmabuf.c463 map->flags |= GNTMAP_device_map; in dmabuf_exp_from_refs()