Home
last modified time | relevance | path

Searched defs:QEMU_FALLTHROUGH (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h174 # define QEMU_FALLTHROUGH __attribute__((fallthrough)) macro
176 # define QEMU_FALLTHROUGH do {} while (0) /* fallthrough */ macro
/openbmc/qemu/include/qemu/
H A Dcompiler.h174 # define QEMU_FALLTHROUGH __attribute__((fallthrough)) macro
176 # define QEMU_FALLTHROUGH do {} while (0) /* fallthrough */ macro
/openbmc/qemu/subprojects/libvduse/include/
H A Dcompiler.h174 # define QEMU_FALLTHROUGH __attribute__((fallthrough)) macro
176 # define QEMU_FALLTHROUGH do {} while (0) /* fallthrough */ macro