Home
last modified time | relevance | path

Searched refs:VHOST_USER_GPU_MSG_FLAG_REPLY (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c114 #define VHOST_USER_GPU_MSG_FLAG_REPLY 0x4 macro
163 .flags = VHOST_USER_GPU_MSG_FLAG_REPLY, in vhost_user_gpu_unblock()
179 .flags = VHOST_USER_GPU_MSG_FLAG_REPLY, in vhost_user_gpu_handle_display()
197 .flags = VHOST_USER_GPU_MSG_FLAG_REPLY, in vhost_user_gpu_handle_display()
213 .flags = VHOST_USER_GPU_MSG_FLAG_REPLY, in vhost_user_gpu_handle_display()
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvugpu.h119 #define VHOST_USER_GPU_MSG_FLAG_REPLY 0x4 macro
H A Dvhost-user-gpu.c203 g_return_val_if_fail(flags & VHOST_USER_GPU_MSG_FLAG_REPLY, false); in vg_recv_msg()