Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dvmmouse.c45 #define VMMOUSE_QUEUE_SIZE 1024 macro
66 uint32_t queue[VMMOUSE_QUEUE_SIZE];
107 if (s->nb_queue > (VMMOUSE_QUEUE_SIZE - 4)) in vmmouse_mouse_event()
170 if (s->nb_queue == VMMOUSE_QUEUE_SIZE) in vmmouse_read_id()
282 VMSTATE_UINT32_ARRAY(queue, VMMouseState, VMMOUSE_QUEUE_SIZE),
294 s->queue_size = VMMOUSE_QUEUE_SIZE; in vmmouse_reset()