Searched refs:GNTMAP_device_map (Results 1 - 5 of 5) sorted by path

/linux-master/arch/arm/xen/
H A Dp2m.c115 if (map_ops[i].flags & GNTMAP_device_map)
/linux-master/arch/x86/xen/
H A Dp2m.c737 if (map_ops[i].flags & GNTMAP_device_map)
747 if (kmap_ops[i].flags & GNTMAP_device_map)
/linux-master/drivers/xen/
H A Dgntdev-dmabuf.c458 map->flags |= GNTMAP_device_map;
H A Dgntdev.c344 * Note that GNTMAP_device_map isn't needed here: The
350 unsigned int flags = (map->flags & ~GNTMAP_device_map) |
377 if (map->flags & GNTMAP_device_map)
/linux-master/include/xen/interface/
H A Dgrant_table.h270 * 1. If GNTMAP_device_map is specified then <dev_bus_addr> is the address
525 #define GNTMAP_device_map (1<<_GNTMAP_device_map) macro

Completed in 235 milliseconds