Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/xen/interface/
H A Dgrant_table.h505 #define GNTMAP_device_map (1<<_GNTMAP_device_map) macro
/OK3568_Linux_fs/kernel/arch/arm/xen/
H A Dp2m.c114 if (map_ops[i].flags & GNTMAP_device_map) in set_foreign_p2m_mapping()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A 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()
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dgntdev.c340 unsigned int flags = (map->flags & ~GNTMAP_device_map) | in gntdev_map_grant_pages()
367 if (map->flags & GNTMAP_device_map) in gntdev_map_grant_pages()
H A Dgntdev-dmabuf.c463 map->flags |= GNTMAP_device_map; in dmabuf_exp_from_refs()