cmd_bounce        970 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c 	vfree(dev_priv->ctx.cmd_bounce);
cmd_bounce        378 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h 	uint32_t *cmd_bounce;
cmd_bounce       3339 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	vfree(sw_context->cmd_bounce);
cmd_bounce       3340 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	sw_context->cmd_bounce = vmalloc(sw_context->cmd_bounce_size);
cmd_bounce       3342 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 	if (sw_context->cmd_bounce == NULL) {
cmd_bounce       3685 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 		ret = copy_from_user(sw_context->cmd_bounce, user_commands,
cmd_bounce       3693 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 		kernel_commands = sw_context->cmd_bounce;