Home
last modified time | relevance | path

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

/Linux-v6.1/include/xen/interface/
Dgrant_table.h525 #define GNTMAP_device_map (1<<_GNTMAP_device_map) macro
/Linux-v6.1/arch/arm/xen/
Dp2m.c115 if (map_ops[i].flags & GNTMAP_device_map) in set_foreign_p2m_mapping()
/Linux-v6.1/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-v6.1/drivers/xen/
Dgntdev.c350 unsigned int flags = (map->flags & ~GNTMAP_device_map) | in gntdev_map_grant_pages()
377 if (map->flags & GNTMAP_device_map) in gntdev_map_grant_pages()
Dgntdev-dmabuf.c457 map->flags |= GNTMAP_device_map; in dmabuf_exp_from_refs()