bounce            217 arch/s390/mm/maccess.c 	void *bounce = (void *) addr;
bounce            224 arch/s390/mm/maccess.c 		bounce = (void *) __get_free_page(GFP_ATOMIC);
bounce            225 arch/s390/mm/maccess.c 		if (bounce)
bounce            226 arch/s390/mm/maccess.c 			memcpy_absolute(bounce, (void *) addr, size);
bounce            230 arch/s390/mm/maccess.c 	return bounce;
bounce            294 block/bounce.c 	bool bounce = false;
bounce            302 block/bounce.c 			bounce = true;
bounce            304 block/bounce.c 	if (!bounce)
bounce            117 drivers/char/mem.c 	char *bounce;
bounce            141 drivers/char/mem.c 	bounce = kmalloc(PAGE_SIZE, GFP_KERNEL);
bounce            142 drivers/char/mem.c 	if (!bounce)
bounce            170 drivers/char/mem.c 			probe = probe_kernel_read(bounce, ptr, sz);
bounce            175 drivers/char/mem.c 			remaining = copy_to_user(buf, bounce, sz);
bounce            188 drivers/char/mem.c 	kfree(bounce);
bounce            194 drivers/char/mem.c 	kfree(bounce);
bounce            864 drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c 	u8 *bounce;
bounce            870 drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c 	bounce = kzalloc(msg->tx_len + sizeof(crc), GFP_KERNEL);
bounce            871 drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c 	if (!bounce)
bounce            874 drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c 	memcpy(bounce, msg->tx_buf, msg->tx_len);
bounce            877 drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c 	crc = sun6i_dsi_crc_compute(bounce, msg->tx_len);
bounce            878 drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c 	memcpy((u8 *)bounce + msg->tx_len, &crc, sizeof(crc));
bounce            881 drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c 	regmap_bulk_write(dsi->regs, SUN6I_DSI_CMD_TX_REG(1), bounce, len);
bounce            883 drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c 	kfree(bounce);
bounce            142 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c static int vmw_fill_compat_cap(struct vmw_private *dev_priv, void *bounce,
bounce            146 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c 		(struct svga_3d_compat_cap *) bounce;
bounce            185 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c 	void *bounce;
bounce            206 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c 	bounce = vzalloc(size);
bounce            207 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c 	if (unlikely(bounce == NULL)) {
bounce            214 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c 		uint32_t *bounce32 = (uint32_t *) bounce;
bounce            228 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c 		ret = vmw_fill_compat_cap(dev_priv, bounce, size);
bounce            233 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c 		memcpy(bounce, &fifo_mem[SVGA_FIFO_3D_CAPS], size);
bounce            236 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c 	ret = copy_to_user(buffer, bounce, size);
bounce            240 drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c 	vfree(bounce);
bounce             82 drivers/media/usb/go7007/go7007-driver.c 	void *bounce;
bounce             97 drivers/media/usb/go7007/go7007-driver.c 		bounce = kmemdup(fw_entry->data + 16, fw_len, GFP_KERNEL);
bounce             98 drivers/media/usb/go7007/go7007-driver.c 		if (bounce == NULL) {
bounce            105 drivers/media/usb/go7007/go7007-driver.c 		go->boot_fw = bounce;
bounce            135 drivers/misc/eeprom/at25.c 	u8			*bounce;
bounce            148 drivers/misc/eeprom/at25.c 	bounce = kmalloc(buf_size + at25->addrlen + 1, GFP_KERNEL);
bounce            149 drivers/misc/eeprom/at25.c 	if (!bounce)
bounce            160 drivers/misc/eeprom/at25.c 		u8		*cp = bounce;
bounce            195 drivers/misc/eeprom/at25.c 		status = spi_write(at25->spi, bounce,
bounce            241 drivers/misc/eeprom/at25.c 	kfree(bounce);
bounce            174 drivers/mtd/nand/raw/r852.c 	int bounce = 0;
bounce            193 drivers/mtd/nand/raw/r852.c 		bounce = 1;
bounce            195 drivers/mtd/nand/raw/r852.c 	if (!bounce) {
bounce            200 drivers/mtd/nand/raw/r852.c 			bounce = 1;
bounce            203 drivers/mtd/nand/raw/r852.c 	if (bounce) {
bounce            223 drivers/mtd/nand/raw/r852.c 	if (do_read && bounce)
bounce            853 drivers/net/ethernet/mellanox/mlx4/en_tx.c 	bool bounce = false;
bounce            915 drivers/net/ethernet/mellanox/mlx4/en_tx.c 		bounce = true;
bounce           1041 drivers/net/ethernet/mellanox/mlx4/en_tx.c 	if (unlikely(bounce))
bounce            255 drivers/staging/wusbcore/host/whci/qset.c 	void *bounce;
bounce            258 drivers/staging/wusbcore/host/whci/qset.c 	bounce = std->bounce_buf;
bounce            268 drivers/staging/wusbcore/host/whci/qset.c 		memcpy(sg_virt(sg) + offset, bounce, len);
bounce            270 drivers/staging/wusbcore/host/whci/qset.c 		bounce += len;
bounce            552 drivers/staging/wusbcore/host/whci/qset.c 	void *bounce = NULL;
bounce            583 drivers/staging/wusbcore/host/whci/qset.c 				bounce = std->bounce_buf;
bounce            590 drivers/staging/wusbcore/host/whci/qset.c 				memcpy(bounce, orig, len);
bounce            595 drivers/staging/wusbcore/host/whci/qset.c 			bounce += len;
bounce           1047 drivers/usb/dwc3/core.h 	void			*bounce;
bounce           3378 drivers/usb/dwc3/gadget.c 	dwc->bounce = dma_alloc_coherent(dwc->sysdev, DWC3_BOUNCE_SIZE,
bounce           3380 drivers/usb/dwc3/gadget.c 	if (!dwc->bounce) {
bounce           3439 drivers/usb/dwc3/gadget.c 	dma_free_coherent(dwc->sysdev, DWC3_BOUNCE_SIZE, dwc->bounce,
bounce           3459 drivers/usb/dwc3/gadget.c 	dma_free_coherent(dwc->sysdev, DWC3_BOUNCE_SIZE, dwc->bounce,
bounce            211 fs/notify/fanotify/fanotify_user.c 	unsigned char bounce[FANOTIFY_INLINE_FH_LEN], *fh;
bounce            243 fs/notify/fanotify/fanotify_user.c 		memcpy(bounce, fh, fh_len);
bounce            244 fs/notify/fanotify/fanotify_user.c 		fh = bounce;