Home
last modified time | relevance | path

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

/linux/include/xen/interface/
H A Dgrant_table.h525 #define GNTMAP_device_map (1<<_GNTMAP_device_map) macro
/linux/arch/arm/xen/
H A Dp2m.c115 if (map_ops[i].flags & GNTMAP_device_map) in set_foreign_p2m_mapping()
/linux/arch/x86/xen/
H A Dp2m.c731 if (map_ops[i].flags & GNTMAP_device_map) in set_foreign_p2m_mapping()
741 if (kmap_ops[i].flags & GNTMAP_device_map) in set_foreign_p2m_mapping()
/linux/drivers/xen/
H A 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()
H A Dgntdev-dmabuf.c458 map->flags |= GNTMAP_device_map; in dmabuf_exp_from_refs()