Searched refs:packed (Results 301 - 325 of 394) sorted by relevance

<<111213141516

/linux-master/drivers/scsi/qla4xxx/
H A Dql4_fw.h114 } __attribute__ ((packed)) isp4010;
119 } __attribute__ ((packed)) isp4022;
146 } __attribute__ ((packed)) isp4010;
152 } __attribute__ ((packed)) isp4022;
/linux-master/drivers/hid/
H A Dhid-wiimote.h200 void (*in_ir) (struct wiimote_data *wdata, const __u8 *ir, bool packed,
/linux-master/drivers/pci/hotplug/
H A Dshpchp.h191 } __attribute__ ((packed));
/linux-master/drivers/md/bcache/
H A Dbcache_ondisk.h382 } __attribute((packed)) data[];
/linux-master/drivers/video/fbdev/aty/
H A Datyfb.h70 } __attribute__ ((packed)) PLL_BLOCK_MACH64;
/linux-master/tools/lib/perf/include/perf/
H A Devent.h202 * 'struct perf_record_cpu_map_data' is packed as unfortunately an earlier
233 } __attribute__((packed));
/linux-master/tools/include/uapi/linux/
H A Dio_uring.h82 } __attribute__((packed));
/linux-master/drivers/s390/char/
H A Dzcore.c45 } __attribute__((packed));
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_lwt_seg6local.c17 #define BPF_PACKET_HEADER __attribute__((packed))
/linux-master/drivers/media/dvb-frontends/
H A Dbcm3510_priv.h12 #define PACKED __attribute__((packed))
/linux-master/include/linux/
H A Dvdpa.h48 * struct vdpa_vq_state_packed - vDPA packed virtqueue state
64 struct vdpa_vq_state_packed packed; member in union:vdpa_vq_state::__anon158
158 * @data for packed virtqueue:
/linux-master/include/uapi/linux/
H A Dio_uring.h84 } __attribute__((packed));
/linux-master/arch/powerpc/sysdev/
H A Dfsl_gtm.c67 } __attribute__ ((packed));
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h60 } __attribute__((packed));
66 } __attribute__ ((packed, aligned (64)));
393 } __attribute__((packed));
398 } __attribute__((packed));
/linux-master/arch/x86/boot/compressed/
H A DMakefile37 KBUILD_CFLAGS += $(call cc-disable-warning, address-of-packed-member)
/linux-master/drivers/block/
H A Dswim.c37 } __attribute__((packed));
61 } __attribute__((packed));
85 } __attribute__((packed));
/linux-master/net/bluetooth/
H A Dl2cap_core.c1063 u32 packed; local
1065 packed = control->reqseq << L2CAP_EXT_CTRL_REQSEQ_SHIFT;
1066 packed |= control->final << L2CAP_EXT_CTRL_FINAL_SHIFT;
1069 packed |= control->poll << L2CAP_EXT_CTRL_POLL_SHIFT;
1070 packed |= control->super << L2CAP_EXT_CTRL_SUPER_SHIFT;
1071 packed |= L2CAP_EXT_CTRL_FRAME_TYPE;
1073 packed |= control->sar << L2CAP_EXT_CTRL_SAR_SHIFT;
1074 packed |= control->txseq << L2CAP_EXT_CTRL_TXSEQ_SHIFT;
1077 return packed;
1082 u16 packed; local
[all...]
/linux-master/drivers/usb/storage/
H A Disd200.c275 } __attribute__ ((packed));
311 }__attribute__ ((packed));
378 } __attribute__ ((packed));
H A Dfreecom.c55 } __attribute__ ((packed));
/linux-master/drivers/md/dm-vdo/
H A Drepair.c1271 * @packed: The entry to unpack.
1277 static bool unpack_entry(struct vdo *vdo, char *packed, enum vdo_metadata_type format, argument
1282 (struct packed_recovery_journal_entry *) packed;
1289 (struct packed_recovery_journal_entry_1 *) packed;
/linux-master/drivers/misc/sgi-gru/
H A Dgrutables.h307 } __attribute__ ((packed));
/linux-master/arch/powerpc/platforms/cell/
H A Dspu_manage.c111 } __attribute__((packed)) *prop;
/linux-master/net/rxrpc/
H A Dconn_event.c90 } __attribute__((packed)) pkt;
/linux-master/lib/
H A Dstackinit_kunit.c338 DEFINE_STRUCT_TEST(packed, init, xfail)
/linux-master/tools/lib/bpf/
H A Dbtf_dump.c850 /* size of a non-packed struct has to be a multiple of its alignment */
854 * if original struct was marked as packed, but its layout is
855 * naturally aligned, we'll detect that it's not packed
970 bool packed, prev_bitfield = false; local
975 packed = is_struct ? btf_is_struct_packed(d->btf, id, t) : 0;
990 m_align = packed ? 1 : btf__align_of(d->btf, m->type);
1025 if (packed)
1026 btf_dump_printf(d, " __attribute__((packed))");
1876 /* handle packed int data - accesses of integers not aligned on

Completed in 449 milliseconds

<<111213141516