Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c111 #define VHOST_USER_GPU_HDR_SIZE \ macro
155 VHOST_USER_GPU_HDR_SIZE + msg->size); in vhost_user_gpu_send_msg()
383 msg = g_malloc(VHOST_USER_GPU_HDR_SIZE + size); in vhost_user_gpu_chr_read()
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvugpu.h116 #define VHOST_USER_GPU_HDR_SIZE \ macro
H A Dvhost-user-gpu.c185 VHOST_USER_GPU_HDR_SIZE + msg->size, fd) < 0) { in vg_send_msg()
825 void *p = g_malloc(VHOST_USER_GPU_HDR_SIZE + in vg_resource_flush()