Searched refs:user_commands (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_execbuf.c | 4019 void __user *user_commands, in vmw_execbuf_cmdbuf() argument 4043 ret = copy_from_user(kernel_commands, user_commands, command_size); in vmw_execbuf_cmdbuf() 4091 void __user *user_commands, void *kernel_commands, in vmw_execbuf_process() argument 4118 kernel_commands = vmw_execbuf_cmdbuf(dev_priv, user_commands, in vmw_execbuf_process() 4138 ret = copy_from_user(sw_context->cmd_bounce, user_commands, in vmw_execbuf_process()
|
D | vmwgfx_drv.h | 1137 void __user *user_commands,
|