Searched refs:cmd_bounce (Results 1 – 3 of 3) sorted by relevance
3615 if (sw_context->cmd_bounce != NULL) in vmw_resize_cmd_bounce()3616 vfree(sw_context->cmd_bounce); in vmw_resize_cmd_bounce()3618 sw_context->cmd_bounce = vmalloc(sw_context->cmd_bounce_size); in vmw_resize_cmd_bounce()3620 if (sw_context->cmd_bounce == NULL) { in vmw_resize_cmd_bounce()3945 ret = copy_from_user(sw_context->cmd_bounce, in vmw_execbuf_process()3953 kernel_commands = sw_context->cmd_bounce; in vmw_execbuf_process()
300 uint32_t *cmd_bounce; member
948 vfree(dev_priv->ctx.cmd_bounce); in vmw_driver_unload()