Home
last modified time | relevance | path

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

/qemu/include/migration/
A Dvmstate.h316 .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 Dshpc.h56 #define SHPC_VMSTATE(_field, _type, _test) \ argument
57 VMSTATE_BUFFER_UNSAFE_INFO_TEST(_field, _type, _test, 0, \
A Dmsix.h53 #define VMSTATE_MSIX_TEST(_field, _state, _test) { \ argument
59 .field_exists = (_test) \
/qemu/include/qemu/
A Dfifo8.h218 #define VMSTATE_FIFO8_TEST(_field, _state, _test) { \ argument
220 .field_exists = (_test), \
/qemu/include/hw/intc/
A Darm_gicv3_common.h280 static inline int gicv3_gicd_##BMP##_test(GICv3State *s, int irq) \

Completed in 15 milliseconds