Searched refs:packed (Results 1 – 25 of 47) sorted by relevance
12
/qemu/pc-bios/s390-ccw/ |
H A D | bootmap.h | 28 } __attribute__ ((packed)) ScsiBlockPtr; 34 } __attribute__ ((packed)) FbaBlockPtr; 40 } __attribute__ ((packed)) EckdCHS; 47 } __attribute__ ((packed)) EckdBlockPtr; 53 } __attribute__ ((packed)) LdEckdCHS; 60 } __attribute__ ((packed)) LdEckdBlockPtr; 66 } __attribute__ ((packed)) ExtEckdBlockPtr; 73 } __attribute__ ((packed)) BootMapPointer; 82 } __attribute__ ((packed)) BootRecord; 89 } __attribute__ ((packed)) BootMapTable; [all …]
|
H A D | scsi.h | 52 } __attribute__((packed)); 80 } __attribute__((packed)); 88 } __attribute__((packed)); 101 } __attribute__((packed)); 110 } __attribute__((packed)); 120 } __attribute__((packed)); 127 } __attribute__((packed)); 138 } __attribute__((packed)); 145 } __attribute__((packed)); 155 } __attribute__((packed)); [all …]
|
H A D | cio.h | 49 } __attribute__ ((packed)); 62 } __attribute__ ((packed)); 71 } __attribute__ ((packed)); 122 } __attribute__ ((packed, aligned(4))) Schib; 136 } __attribute__ ((packed, aligned(4))) SubChannelId; 141 } __attribute__((packed)); 156 } __attribute__((packed)) ChscAreaSda; 170 } __attribute__ ((packed, aligned(4))); 186 } __attribute__ ((packed, aligned(8))) Ccw0; 194 } __attribute__ ((packed, aligned(8))) Ccw1; [all …]
|
H A D | sclp.h | 50 } __attribute__((packed)) SCCBHeader; 60 } __attribute__((packed)) ReadInfo; 65 } __attribute__((packed)) SCCB; 86 } __attribute__((packed)) WriteEventMask; 93 } __attribute__((packed)) EventBufferHeader; 99 } __attribute__((packed)) WriteEventData; 105 } __attribute__((packed)) ReadEventData;
|
H A D | virtio.h | 38 } __attribute__((packed)); 44 } __attribute__((packed)); 73 } __attribute__((packed)); 80 } __attribute__((packed)); 89 } __attribute__((packed)); 96 } __attribute__((packed)); 173 } __attribute__((packed)); 216 } __attribute__((packed));
|
H A D | virtio-scsi.h | 43 } __attribute__((packed)); 53 } __attribute__((packed));
|
H A D | iplb.h | 16 #define QEMU_PACKED __attribute__((packed))
|
H A D | s390-arch.h | 94 } __attribute__((packed, aligned(8192))) LowCore;
|
/qemu/linux-headers/linux/ |
H A D | psp-sev.h | 110 } __attribute__((packed)); 123 } __attribute__((packed)); 138 } __attribute__((packed)); 153 } __attribute__((packed)); 164 } __attribute__((packed)); 174 } __attribute__((packed)); 207 } __attribute__((packed)); 224 } __attribute__((packed)); 240 } __attribute__((packed)); 250 } __attribute__((packed)); [all …]
|
H A D | vfio_ccw.h | 24 } __attribute__((packed)); 35 } __attribute__((packed)); 45 } __attribute__((packed)); 54 } __attribute__((packed));
|
H A D | vduse.h | 180 struct vduse_vq_state_packed packed; member 285 struct vduse_vq_state_packed packed; member
|
H A D | userfaultfd.h | 146 } __attribute__((packed));
|
/qemu/contrib/elf2dmp/ |
H A D | pe.h | 33 } __attribute__ ((packed)) IMAGE_DOS_HEADER; 43 } __attribute__ ((packed)) IMAGE_FILE_HEADER; 48 } __attribute__ ((packed)) IMAGE_DATA_DIRECTORY; 83 } __attribute__ ((packed)) IMAGE_OPTIONAL_HEADER64; 89 } __attribute__ ((packed)) IMAGE_NT_HEADERS64; 103 } __attribute__ ((packed)) IMAGE_EXPORT_DIRECTORY; 114 } __attribute__ ((packed)) IMAGE_DEBUG_DIRECTORY; 128 } __attribute__ ((packed)) guid_t; 135 } __attribute__ ((packed)) OMFSignatureRSDS;
|
/qemu/tests/multiboot/ |
H A D | multiboot.h | 50 } __attribute__((packed)); 57 } __attribute__((packed)); 64 } __attribute__((packed));
|
/qemu/target/i386/kvm/ |
H A D | xen-compat.h | 23 type *_[0] __attribute__((packed)); \ 68 } __attribute__((packed));
|
/qemu/rust/hw/timer/hpet/src/ |
H A D | fw_cfg.rs | 13 #[repr(C, packed)] 23 #[repr(C, packed)]
|
/qemu/migration/ |
H A D | multifd.h | 83 } __attribute__((packed)) MultiFDPacketHdr_t; 106 } __attribute__((packed)) MultiFDPacket_t; 116 } __attribute__((packed)) MultiFDPacketDeviceState_t;
|
/qemu/ebpf/ |
H A D | ebpf_rss.h | 40 } __attribute__((packed));
|
/qemu/hw/net/rocker/ |
H A D | rocker_hw.h | 129 } __attribute__((packed, aligned(8))) RockerDesc; 139 } __attribute__((packed, aligned(8))) RockerTlv;
|
/qemu/tests/tcg/i386/ |
H A D | test-i386-fprem.c | 45 } __attribute__((packed)) ieee; 55 } __attribute__((packed)) ieee_nan;
|
/qemu/scripts/coccinelle/ |
H A D | inplace-byteswaps.cocci | 4 // packed struct.
|
/qemu/hw/xen/ |
H A D | xen_pt_graphics.c | 148 } __attribute__((packed)); 164 } __attribute__((packed));
|
/qemu/scripts/ |
H A D | cocci-macro-file.h | 26 #define QEMU_PACKED __attribute__((packed))
|
/qemu/tests/qtest/ |
H A D | acpi-utils.c | 129 } __attribute__((packed)) UefiTestSupport;
|
/qemu/tools/ebpf/ |
H A D | rss.bpf.c | 45 } __attribute__((packed)); 215 } __attribute__((packed)) opt = {}; in parse_ipv6_ext()
|
12