| /openbmc/qemu/include/hw/ | 
| H A D | qdev-properties-system.h | 37 #define DEFINE_PROP_PCI_DEVFN(_n, _s, _f, _d)                   \  argument40 #define DEFINE_PROP_CHR(_n, _s, _f)             \  argument
 42 #define DEFINE_PROP_NETDEV(_n, _s, _f)             \  argument
 44 #define DEFINE_PROP_DRIVE(_n, _s, _f) \  argument
 46 #define DEFINE_PROP_DRIVE_IOTHREAD(_n, _s, _f) \  argument
 48 #define DEFINE_PROP_MACADDR(_n, _s, _f)         \  argument
 50 #define DEFINE_PROP_RESERVED_REGION(_n, _s, _f)         \  argument
 52 #define DEFINE_PROP_MULTIFD_COMPRESSION(_n, _s, _f, _d) \  argument
 55 #define DEFINE_PROP_MIG_MODE(_n, _s, _f, _d) \  argument
 58 #define DEFINE_PROP_GRANULE_MODE(_n, _s, _f, _d) \  argument
 [all …]
 
 | 
| H A D | qdev-properties.h | 171 #define DEFINE_PROP_UINT8(_n, _s, _f, _d)                       \  argument173 #define DEFINE_PROP_UINT16(_n, _s, _f, _d)                      \  argument
 175 #define DEFINE_PROP_UINT32(_n, _s, _f, _d)                      \  argument
 177 #define DEFINE_PROP_INT32(_n, _s, _f, _d)                      \  argument
 179 #define DEFINE_PROP_UINT64(_n, _s, _f, _d)                      \  argument
 181 #define DEFINE_PROP_INT64(_n, _s, _f, _d)                      \  argument
 183 #define DEFINE_PROP_SIZE(_n, _s, _f, _d)                       \  argument
 185 #define DEFINE_PROP_STRING(_n, _s, _f)             \  argument
 187 #define DEFINE_PROP_ON_OFF_AUTO(_n, _s, _f, _d) \  argument
 189 #define DEFINE_PROP_SIZE32(_n, _s, _f, _d)                       \  argument
 
 | 
| H A D | qdev-dma.h | 13 #define DEFINE_PROP_DMAADDR(_n, _s, _f, _d)                               \  argument
 | 
| H A D | ptimer.h | 305 #define VMSTATE_PTIMER_ARRAY(_f, _s, _n)                                \  argument
 | 
| /openbmc/qemu/include/migration/ | 
| H A D | cpu.h | 20 #define VMSTATE_UINTTL_V(_f, _s, _v)                                  \  argument22 #define VMSTATE_UINTTL_EQUAL_V(_f, _s, _v)                            \  argument
 24 #define VMSTATE_UINTTL_ARRAY_V(_f, _s, _n, _v)                        \  argument
 26 #define VMSTATE_UINTTL_2DARRAY_V(_f, _s, _n1, _n2, _v)                \  argument
 28 #define VMSTATE_UINTTL_TEST(_f, _s, _t)                               \  argument
 41 #define VMSTATE_UINTTL_V(_f, _s, _v)                                  \  argument
 43 #define VMSTATE_UINTTL_EQUAL_V(_f, _s, _v)                            \  argument
 45 #define VMSTATE_UINTTL_ARRAY_V(_f, _s, _n, _v)                        \  argument
 47 #define VMSTATE_UINTTL_2DARRAY_V(_f, _s, _n1, _n2, _v)                \  argument
 49 #define VMSTATE_UINTTL_TEST(_f, _s, _t)                               \  argument
 [all …]
 
 | 
| H A D | vmstate.h | 515 #define VMSTATE_ARRAY_OF_POINTER_TO_STRUCT(_f, _s, _n, _v, _vmsd, _type) { \  argument889 #define VMSTATE_BOOL_V(_f, _s, _v)                                    \  argument
 892 #define VMSTATE_INT8_V(_f, _s, _v)                                    \  argument
 894 #define VMSTATE_INT16_V(_f, _s, _v)                                   \  argument
 896 #define VMSTATE_INT32_V(_f, _s, _v)                                   \  argument
 898 #define VMSTATE_INT64_V(_f, _s, _v)                                   \  argument
 901 #define VMSTATE_UINT8_V(_f, _s, _v)                                   \  argument
 903 #define VMSTATE_UINT16_V(_f, _s, _v)                                  \  argument
 905 #define VMSTATE_UINT32_V(_f, _s, _v)                                  \  argument
 907 #define VMSTATE_UINT64_V(_f, _s, _v)                                  \  argument
 [all …]
 
 | 
| /openbmc/qemu/include/hw/xen/interface/io/ | 
| H A D | ring.h | 51 #define __CONST_RING_SIZE(_s, _sz) \  argument57 #define __RING_SIZE(_s, _sz) \  argument
 153 #define SHARED_RING_INIT(_s) do {                                       \  argument
 160 #define FRONT_RING_ATTACH(_r, _s, _i, __size) do {                      \  argument
 167 #define FRONT_RING_INIT(_r, _s, __size) FRONT_RING_ATTACH(_r, _s, 0, __size)  argument
 174 #define BACK_RING_ATTACH(_r, _s, _i, __size) do {                       \  argument
 181 #define BACK_RING_INIT(_r, _s, __size) BACK_RING_ATTACH(_r, _s, 0, __size)  argument
 
 | 
| /openbmc/qemu/target/mips/system/ | 
| H A D | machine.c | 53 #define VMSTATE_FPR_ARRAY_V(_f, _s, _n, _v)                     \  argument56 #define VMSTATE_FPR_ARRAY(_f, _s, _n)                           \  argument
 202 #define VMSTATE_TLB_ARRAY_V(_f, _s, _n, _v)                     \  argument
 205 #define VMSTATE_TLB_ARRAY(_f, _s, _n)                           \  argument
 
 | 
| /openbmc/qemu/target/ppc/ | 
| H A D | machine.c | 52 #define VMSTATE_AVR_ARRAY_V(_f, _s, _n, _v)                       \  argument55 #define VMSTATE_AVR_ARRAY(_f, _s, _n)                             \  argument
 83 #define VMSTATE_FPR_ARRAY_V(_f, _s, _n, _v)                       \  argument
 86 #define VMSTATE_FPR_ARRAY(_f, _s, _n)                             \  argument
 114 #define VMSTATE_VSR_ARRAY_V(_f, _s, _n, _v)                       \  argument
 117 #define VMSTATE_VSR_ARRAY(_f, _s, _n)                             \  argument
 455 #define VMSTATE_SLB_ARRAY_V(_f, _s, _n, _v)                       \  argument
 458 #define VMSTATE_SLB_ARRAY(_f, _s, _n)                             \  argument
 
 | 
| /openbmc/qemu/hw/tpm/ | 
| H A D | tpm_prop.h | 30 #define DEFINE_PROP_TPMBE(_n, _s, _f)                     \  argument
 | 
| /openbmc/qemu/include/hw/pci/ | 
| H A D | msix.h | 63 #define VMSTATE_MSIX(_f, _s)                                         \  argument
 | 
| H A D | pci_device.h | 297 #define PCI_DMA_DEFINE_LDST(_l, _s, _bits) \  argument
 | 
| /openbmc/qemu/hw/s390x/ | 
| H A D | ccw-device.h | 56 #define DEFINE_PROP_CCW_LOADPARM(_n, _s, _f) \  argument
 | 
| H A D | s390-pci-bus.c | 1539 #define DEFINE_PROP_S390_PCI_FID(_n, _s, _f) \  argument
 | 
| /openbmc/u-boot/drivers/clk/mvebu/ | 
| H A D | armada-37xx-periph.c | 124 #define CLK_FULL(_n, _d, _mux, _r, _s, _m, _t)	\  argument138 #define CLK_GATE_DIV(_n, _d, _r, _s, _m, _t, _p)	\  argument
 159 #define CLK_MUX_DIV(_n, _mux, _r, _s, _m, _t)	\  argument
 
 | 
| /openbmc/qemu/include/hw/s390x/ | 
| H A D | css.h | 176 #define DEFINE_PROP_CSS_DEV_ID(_n, _s, _f) \  argument189 #define VMSTATE_PTR_TO_IND_ADDR(_f, _s)                                   \  argument
 267 #define DEFINE_PROP_CSS_DEV_ID_RO(_n, _s, _f) \  argument
 
 | 
| /openbmc/qemu/hw/net/ | 
| H A D | igb.c | 558 #define VMSTATE_IGB_INTR_DELAY_TIMER(_f, _s)                        \  argument562 #define VMSTATE_IGB_INTR_DELAY_TIMER_ARRAY(_f, _s, _num)            \  argument
 
 | 
| H A D | e1000e.c | 596 #define VMSTATE_E1000E_INTR_DELAY_TIMER(_f, _s)                     \  argument600 #define VMSTATE_E1000E_INTR_DELAY_TIMER_ARRAY(_f, _s, _num)         \  argument
 
 | 
| /openbmc/qemu/audio/ | 
| H A D | audio.h | 182 #define DEFINE_AUDIO_PROPERTIES(_s, _f)         \  argument
 | 
| /openbmc/qemu/target/sparc/ | 
| H A D | machine.c | 24 #define VMSTATE_CPU_TIMER(_f, _s)                             \  argument
 | 
| /openbmc/qemu/hw/nvram/ | 
| H A D | eeprom93xx.c | 122 #define VMSTATE_UINT16_HACK_TEST(_f, _s, _t)                           \  argument
 | 
| H A D | fw_cfg.c | 591 #define VMSTATE_UINT16_HACK(_f, _s, _t)                                    \  argument
 | 
| /openbmc/qemu/include/hw/ppc/ | 
| H A D | spapr_vio.h | 148 #define VMSTATE_SPAPR_VIO(_f, _s) \  argument
 | 
| /openbmc/openbmc/poky/bitbake/lib/bs4/ | 
| H A D | __init__.py | 809 _s = BeautifulSoup  variable
 | 
| /openbmc/u-boot/arch/arm/include/asm/arch-imx8m/ | 
| H A D | clock.h | 636 #define DRAM_BYPASS_ROOT_CONFIG(_rate, _m, _p, _s, _k)			\  argument
 |