Lines Matching defs:size
48 size_t size, u32 op)
59 if (size + cflush.offset > XEN_PAGE_SIZE)
62 cflush.length = size;
68 size -= cflush.length;
69 } while (size);
80 size_t size, enum dma_data_direction dir)
83 dma_cache_maint(dev, handle, size, GNTTAB_CACHE_INVAL);
87 size_t size, enum dma_data_direction dir)
90 dma_cache_maint(dev, handle, size, GNTTAB_CACHE_INVAL);
92 dma_cache_maint(dev, handle, size, GNTTAB_CACHE_CLEAN);