Home
last modified time | relevance | path

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

/openbmc/qemu/include/ui/
H A Dsurface.h15 #define QEMU_ALLOCATED_FLAG 0x01 macro
50 return !(surface->flags & QEMU_ALLOCATED_FLAG); in is_buffer_shared()
/openbmc/qemu/ui/
H A Dconsole.c546 surface->flags = QEMU_ALLOCATED_FLAG; in qemu_create_displaysurface()