| /openbmc/qemu/include/hw/ |
| H A D | qdev-properties-system.h | 37 #define DEFINE_PROP_PCI_DEVFN(_n, _s, _f, _d) \ argument 40 #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) \ argument 173 #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/hw/net/ |
| H A D | igb_regs.h | 387 #define E1000_EITR(_n) (0x01680 + (0x4 * (_n))) argument 402 #define E1000_SAQF(_n) (0x5980 + 4 * (_n)) argument 403 #define E1000_DAQF(_n) (0x59A0 + 4 * (_n)) argument 404 #define E1000_SPQF(_n) (0x59C0 + 4 * (_n)) argument 405 #define E1000_FTQF(_n) (0x59E0 + 4 * (_n)) argument 410 #define E1000_SYNQF(_n) (0x055FC + (4 * (_n))) /* SYN Packet Queue Fltr */ argument 411 #define E1000_ETQF(_n) (0x05CB0 + (4 * (_n))) /* EType Queue Fltr */ argument 413 #define E1000_RQDPC(_n) (0x0C030 + ((_n) * 0x40)) argument 441 #define E1000_P2VMAILBOX(_n) (0x00C00 + (4 * (_n))) argument 442 #define E1000_VMBMEM(_n) (0x00800 + (64 * (_n))) argument [all …]
|
| /openbmc/u-boot/arch/riscv/include/asm/ |
| H A D | string.h | 29 #define memset(_p, _v, _n) \ argument 43 #define memzero(_p, _n) \ argument
|
| /openbmc/qemu/target/mips/system/ |
| H A D | machine.c | 53 #define VMSTATE_FPR_ARRAY_V(_f, _s, _n, _v) \ argument 56 #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) \ argument 55 #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/migration/ |
| H A D | cpu.h | 24 #define VMSTATE_UINTTL_ARRAY_V(_f, _s, _n, _v) \ argument 45 #define VMSTATE_UINTTL_ARRAY_V(_f, _s, _n, _v) \ argument 58 #define VMSTATE_UINTTL_ARRAY(_f, _s, _n) \ argument
|
| H A D | vmstate.h | 515 #define VMSTATE_ARRAY_OF_POINTER_TO_STRUCT(_f, _s, _n, _v, _vmsd, _type) { \ argument 1035 #define VMSTATE_TIMER_PTR_ARRAY(_f, _s, _n) \ argument 1047 #define VMSTATE_TIMER_ARRAY(_f, _s, _n) \ argument 1050 #define VMSTATE_BOOL_ARRAY_V(_f, _s, _n, _v) \ argument 1053 #define VMSTATE_BOOL_ARRAY(_f, _s, _n) \ argument 1059 #define VMSTATE_UINT16_ARRAY_V(_f, _s, _n, _v) \ argument 1065 #define VMSTATE_UINT16_ARRAY(_f, _s, _n) \ argument 1077 #define VMSTATE_UINT8_ARRAY_V(_f, _s, _n, _v) \ argument 1080 #define VMSTATE_UINT8_ARRAY(_f, _s, _n) \ argument 1089 #define VMSTATE_UINT32_ARRAY_V(_f, _s, _n, _v) \ argument [all …]
|
| /openbmc/u-boot/drivers/clk/mvebu/ |
| H A D | armada-37xx-periph.c | 106 #define CLK_FULL_DD(_n, _d, _mux, _r0, _r1, _s0, _s1) \ argument 124 #define CLK_FULL(_n, _d, _mux, _r, _s, _m, _t) \ argument 138 #define CLK_GATE_DIV(_n, _d, _r, _s, _m, _t, _p) \ argument 151 #define CLK_GATE(_n, _d, _p) \ argument 159 #define CLK_MUX_DIV(_n, _mux, _r, _s, _m, _t) \ argument 171 #define CLK_MUX_DD(_n, _mux, _r0, _r1, _s0, _s1) \ 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/ |
| H A D | ics8n3qv01.c | 79 uint *_n) in ics8n3qv01_calc_parameters()
|
| /openbmc/qemu/target/i386/ |
| H A D | machine.c | 39 #define VMSTATE_SEGMENT_ARRAY(_field, _state, _n) \ argument 124 #define VMSTATE_BND_REGS(_field, _state, _n) \ argument 138 #define VMSTATE_MTRR_VARS(_field, _state, _n, _v) \ argument 153 #define VMSTATE_LBR_VARS(_field, _state, _n, _v) \ argument
|
| /openbmc/qemu/include/hw/s390x/ |
| H A D | css.h | 176 #define DEFINE_PROP_CSS_DEV_ID(_n, _s, _f) \ argument 267 #define DEFINE_PROP_CSS_DEV_ID_RO(_n, _s, _f) \ argument
|
| /openbmc/u-boot/board/gdsys/common/ |
| H A D | osd.c | 168 unsigned int *_n) in ics8n3qv01_calc_parameters()
|
| /openbmc/qemu/hw/riscv/ |
| H A D | riscv-iommu-bits.h | 219 #define RISCV_IOMMU_REG_IOHPMCTR(_n) \ argument 224 #define RISCV_IOMMU_REG_IOHPMEVT(_n) \ argument
|
| /openbmc/qemu/hw/audio/ |
| H A D | intel-hda.c | 606 #define ST_REG(_n, _o) (0x80 + (_n) * 0x20 + (_o)) argument
|