Searched refs:_test (Results 1 – 5 of 5) sorted by relevance
| /qemu/include/migration/ |
| A D | vmstate.h | 316 .field_exists = (_test), \ 323 #define VMSTATE_SINGLE_FULL(_field, _state, _test, _version, _info, \ argument 328 .field_exists = (_test), \ 336 #define VMSTATE_VALIDATE(_name, _test) { \ argument 338 .field_exists = (_test), \ 352 #define VMSTATE_POINTER_TEST(_field, _state, _test, _info, _type) { \ argument 355 .field_exists = (_test), \ 464 .field_exists = (_test), \ 474 .field_exists = (_test), \ 493 .field_exists = (_test), \ [all …]
|
| /qemu/include/hw/pci/ |
| A D | shpc.h | 56 #define SHPC_VMSTATE(_field, _type, _test) \ argument 57 VMSTATE_BUFFER_UNSAFE_INFO_TEST(_field, _type, _test, 0, \
|
| A D | msix.h | 53 #define VMSTATE_MSIX_TEST(_field, _state, _test) { \ argument 59 .field_exists = (_test) \
|
| /qemu/include/qemu/ |
| A D | fifo8.h | 218 #define VMSTATE_FIFO8_TEST(_field, _state, _test) { \ argument 220 .field_exists = (_test), \
|
| /qemu/include/hw/intc/ |
| A D | arm_gicv3_common.h | 280 static inline int gicv3_gicd_##BMP##_test(GICv3State *s, int irq) \
|
Completed in 15 milliseconds