Searched refs:packed (Results 276 - 300 of 392) sorted by relevance

<<111213141516

/linux-master/tools/testing/selftests/x86/
H A Dentry_from_vm86.c193 } __attribute__((packed));
/linux-master/drivers/s390/cio/
H A Dccwreq.c240 } __attribute__ ((packed)) data;
/linux-master/include/linux/fsl/
H A Dguts.h132 } __attribute__ ((packed));
/linux-master/drivers/block/drbd/
H A Ddrbd_protocol.h90 #define __packed __attribute__((packed))
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dskeleton.c10 } __attribute__((packed));
/linux-master/include/linux/
H A Dcdrom.h238 } __attribute__((packed)) write_param_page;
H A Ddmar.h65 } __attribute__((packed));
/linux-master/drivers/s390/net/
H A Dqeth_core.h260 } __attribute__ ((packed));
267 } __attribute__ ((packed));
301 } __attribute__ ((packed));
306 } __attribute__ ((packed));
/linux-master/arch/powerpc/platforms/cell/
H A Dcbe_regs.c232 } __attribute__((packed)) *prop;
/linux-master/arch/x86/pci/
H A Dpcbios.c364 } __attribute__((packed));
/linux-master/include/uapi/linux/
H A Dnl80211.h2536 * better BSSs. The attribute value is a packed structure
3590 } __attribute__((packed));
4471 * RSSI-based BSS selection. The attribute value is a packed structure
5666 } __attribute__((packed));
5919 } __attribute__((packed));
6968 } __attribute__((packed));
6983 * RSSI-based BSS selection. The attribute value is a packed structure
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_seg6_loop.c17 #define BPF_PACKET_HEADER __attribute__((packed))
H A Dcore_reloc_types.h766 uint64_t ub2: 60; /* packed tightly */
772 } __attribute__((packed)) ;
776 uint64_t ub2: 61; /* packed tightly */
782 } __attribute__((packed)) ;
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile18 $(call cc-disable-warning, address-of-packed-member) \
/linux-master/drivers/platform/x86/
H A Dibm_rtl.c55 } __attribute__((packed));
/linux-master/arch/s390/
H A DMakefile38 KBUILD_CFLAGS_DECOMPRESSOR += $(call cc-disable-warning, address-of-packed-member)
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S240 | L_SCR2:first word of X packed/Unchanged
303 | L_SCR2:first word of X packed/Unchanged
375 | L_SCR2:first word of X packed/Unchanged
480 | L_SCR2:first word of X packed/Unchanged
583 | L_SCR2:first word of X packed/Unchanged
626 | a0: pointer into memory for packed bcd string formation
635 | L_SCR2:first word of X packed/Unchanged
735 | a0: pointer into memory for packed bcd string formation
745 | L_SCR2:first word of X packed/Unchanged
796 | written as specified in the 881/882 manual for packed decima
[all...]
H A Dres_func.S10 | For packed move out (fmove.p fpm,<ea>) the operation is
11 | completed here; data is packed and moved to user memory.
1417 movew CMDREG1B(%a6),%d0 |check if packed moveout
1419 cmpiw #0x0c00,%d0 |if size is 011 or 111, it is packed
1991 leal ETEMP(%a6),%a0 |a0 will point to the packed decimal
1996 leal ETEMP(%a6),%a0 |a0 will point to the packed decimal
2003 leal ETEMP(%a6),%a0 |a0 will point to the packed decimal
2007 leal ETEMP(%a6),%a0 |a0 will point to the packed decimal
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1117 # get_packed() - fetch packed operand from memory #
1156 # handler loads the packed op (by calling get_packed() routine) and #
1246 # Separate packed opclass two instructions.
1317 # INEX1 : none (packed doesn't go through here)
1498 # Separate packed move outs from the UNNORM and DENORM move outs.
1546 # INEX1 : none (packed doesn't travel through here)
1815 bsr.l get_packed # fetch packed src operand
2076 # unlike other opclass 3, unimplemented data type exceptions, packed must be
2167 # the only exception possible on packed move out are INEX, OPERR, and SNAN.
2378 # decbin() - convert packed dat
[all...]
/linux-master/net/iucv/
H A Diucv.c198 } __attribute__ ((packed,aligned(8)));
216 } __attribute__ ((packed,aligned(8)));
236 } __attribute__ ((packed,aligned(8)));
252 } __attribute__ ((packed,aligned(8)));
262 } __attribute__ ((packed,aligned(8)));
/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S882 vpslld $31, \GH, \T2 # packed right shifting << 31
883 vpslld $30, \GH, \T3 # packed right shifting shift << 30
884 vpslld $25, \GH, \T4 # packed right shifting shift << 25
896 vpsrld $1,\GH, \T2 # packed left shifting >> 1
897 vpsrld $2,\GH, \T3 # packed left shifting >> 2
898 vpsrld $7,\GH, \T4 # packed left shifting >> 7
1517 vpslld $31, \T7, \T2 # packed right shifting << 31
1518 vpslld $30, \T7, \T3 # packed right shifting shift << 30
1519 vpslld $25, \T7, \T4 # packed right shifting shift << 25
1542 vpsrld $1, \T7, \T2 # packed lef
[all...]
/linux-master/drivers/mmc/host/
H A Dushc.c68 } __attribute__((packed));
76 } __attribute__((packed));
/linux-master/drivers/staging/rtl8723bs/include/
H A Dieee80211.h235 } __attribute__ ((packed));
278 } __attribute__ ((packed));
/linux-master/arch/x86/kernel/
H A Dsignal_32.c243 } __attribute__((packed)) code = {
315 } __attribute__((packed)) code = {
/linux-master/drivers/cpufreq/
H A Dpcc-cpufreq.c60 } __attribute__ ((packed));
73 } __attribute__ ((packed));

Completed in 264 milliseconds

<<111213141516