Searched refs:packed (Results 251 - 275 of 392) sorted by relevance

<<111213141516

/linux-master/drivers/net/usb/
H A Dlg-vl600.c44 } __attribute__((packed));
50 } __attribute__((packed));
/linux-master/tools/usb/
H A Dtestusb.c81 } __attribute__ ((packed));
94 } __attribute__ ((packed));
/linux-master/drivers/pci/hotplug/
H A Dcpqphp.h44 } __attribute__ ((packed));
65 } __attribute__ ((packed));
89 } __attribute__ ((packed));
136 } __attribute__ ((packed));
178 } __attribute__ ((packed));
207 } __attribute__ ((packed));
H A Dcpqphp_nvram.c45 } __attribute__ ((packed));
55 } __attribute__ ((packed));
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S35 * movaps (move aligned packed single) or integer use movdqa (move double quad
534 pslld $31, \TMP2 # packed right shift <<31
535 pslld $30, \TMP3 # packed right shift <<30
536 pslld $25, \TMP4 # packed right shift <<25
551 psrld $1,\TMP2 # packed left shift >>1
552 psrld $2,\TMP3 # packed left shift >>2
553 psrld $7,\TMP4 # packed left shift >>7
1151 pslld $31, \TMP2 # packed right shift << 31
1152 pslld $30, \TMP3 # packed right shift << 30
1153 pslld $25, \TMP4 # packed righ
[all...]
/linux-master/fs/bcachefs/
H A Dbkey.c52 static void bch2_bkey_pack_verify(const struct bkey_packed *packed, argument
58 BUG_ON(bkeyp_val_u64s(format, packed) !=
61 BUG_ON(packed->u64s < bkeyp_key_u64s(format, packed));
63 tmp = __bch2_bkey_unpack_key(format, packed);
99 static inline void bch2_bkey_pack_verify(const struct bkey_packed *packed, argument
223 * if k is packed bkey_start_pos(k) will successfully pack
311 * @out: packed result
313 * @format: format of packed result
344 * @b: btree node of @src key (for packed forma
[all...]
/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S4 | Description: Converts normalized packed bcd value pointed to by
7 | Input: Normalized packed bcd value in ETEMP(a6).
9 | Output: Exact floating-point representation of the packed bcd value.
195 | Since the packed number has a long word between the first & second parts,
H A Dbinstr.S10 | lword of the packed decimal memory string.)
57 | a0: pointer into memory for packed bcd string formation
/linux-master/fs/ceph/
H A Dexport.c17 } __attribute__ ((packed));
24 } __attribute__ ((packed));
34 } __attribute__ ((packed));
/linux-master/drivers/s390/char/
H A Dsclp_cmd.c120 } __attribute__((packed, aligned(8)));
551 } __attribute__((packed));
617 } __attribute__((packed));
/linux-master/drivers/memstick/core/
H A Dmspro_block.c58 } __attribute__((packed));
66 } __attribute__((packed));
99 } __attribute__((packed));
112 } __attribute__((packed));
123 } __attribute__((packed));
132 } __attribute__((packed));
/linux-master/drivers/net/ethernet/netronome/nfp/abm/
H A Dctrl.c262 int nfp_abm_ctrl_prio_map_update(struct nfp_abm_link *alink, u32 *packed) argument
279 packed[i / sizeof(u32)]);
/linux-master/arch/alpha/kernel/
H A Dio.c364 struct S { int x __attribute__((packed)); };
458 struct S { int x __attribute__((packed)); };
/linux-master/drivers/usb/musb/
H A Dmusb_core.h74 } __attribute__ ((packed));
85 } __attribute__ ((packed));
/linux-master/drivers/media/radio/
H A Dradio-tea5764.c110 } __attribute__ ((packed));
119 } __attribute__ ((packed));
/linux-master/drivers/tty/
H A Dnozomi.c181 } __attribute__ ((packed));
216 } __attribute__ ((packed));
226 } __attribute__ ((packed));
234 } __attribute__ ((packed));
248 } __attribute__ ((packed));
276 } __attribute__ ((packed));
286 } __attribute__ ((packed));
294 } __attribute__ ((packed));
/linux-master/arch/x86/include/asm/
H A Dprocessor.h276 } __attribute__((packed));
297 } __attribute__((packed));
/linux-master/include/linux/
H A Dmod_devicetable.h426 } __attribute__((packed, aligned(2)));
440 } __attribute__((packed,aligned(2)));
/linux-master/drivers/vhost/
H A Dvdpa.c704 vq->last_avail_idx = vq_state.packed.last_avail_idx |
705 (vq_state.packed.last_avail_counter << 15);
706 vq->last_used_idx = vq_state.packed.last_used_idx |
707 (vq_state.packed.last_used_counter << 15);
735 vq_state.packed.last_avail_idx = vq->last_avail_idx & 0x7fff;
736 vq_state.packed.last_avail_counter = !!(vq->last_avail_idx & 0x8000);
737 vq_state.packed.last_used_idx = vq->last_used_idx & 0x7fff;
738 vq_state.packed.last_used_counter = !!(vq->last_used_idx & 0x8000);
/linux-master/arch/s390/include/asm/
H A Dscsw.h61 } __attribute__ ((packed));
103 } __attribute__ ((packed));
/linux-master/arch/arm/nwfpe/
H A Dsoftfloat.h64 } __attribute__ ((packed,aligned(4))) floatx80;
/linux-master/include/math-emu/
H A Dquad.h75 } bits __attribute__((packed));
/linux-master/drivers/usb/gadget/udc/
H A Dgoku_udc.h194 } __attribute__ ((packed));
/linux-master/drivers/misc/sgi-gru/
H A Dgruhandles.h377 } __attribute__ ((packed));
/linux-master/drivers/scsi/mvsas/
H A Dmv_94xx.h228 } __attribute__ ((packed));

Completed in 254 milliseconds

<<111213141516