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 surface_is_allocated()
/openbmc/qemu/ui/
H A Dconsole.c503 surface->flags = QEMU_ALLOCATED_FLAG; in qemu_create_displaysurface()