Home
last modified time | relevance | path

Searched refs:__aligned (Results 1 – 25 of 60) sorted by relevance

123

/include/net/
Dcompat.h62 __aligned(4);
68 __aligned(4);
70 __aligned(4);
78 __aligned(4);
82 __aligned(4);
87 __aligned(4);
91 __aligned(4);
Dgen_stats.h19 } __aligned(2 * sizeof(u64));
/include/linux/
Dif_rmnet.h12 } __aligned(1);
29 } __aligned(1);
39 } __aligned(1);
55 } __aligned(1);
Dnvme-fc-driver.h65 } __aligned(sizeof(u64)); /* alignment for other things alloc'd with */
230 } __aligned(sizeof(u64)); /* alignment for other things alloc'd with */
291 } __aligned(sizeof(u64)); /* alignment for other things alloc'd with */
335 } __aligned(sizeof(u64)); /* alignment for other things alloc'd with */
748 } __aligned(sizeof(u64)); /* alignment for other things alloc'd with */
Dlsm_hooks.h1641 __aligned(sizeof(unsigned long))
1646 __aligned(sizeof(unsigned long))
Dtracepoint-defs.h54 } __aligned(32);
Dcompiler.h26 __aligned(4) \
62 __aligned(4) \
Dcookie.h12 } __aligned(16);
Dti-emif-sram.h53 } __packed __aligned(8);
62 } __packed __aligned(8);
Dwwan.h139 u8 drv_priv[] __aligned(sizeof(void *));
Dlinkage.h39 #define __page_aligned_data __section(".data..page_aligned") __aligned(PAGE_SIZE)
40 #define __page_aligned_bss __section(".bss..page_aligned") __aligned(PAGE_SIZE)
Dbpf_local_storage.h64 u8 data[] __aligned(8);
Dcompiler_attributes.h33 #define __aligned(x) __attribute__((__aligned__(x))) macro
Dinit.h317 __aligned(1) = str; \
320 __aligned(__alignof__(struct obs_kernel_param)) \
/include/linux/platform_data/
Dpm33xx.h66 } __packed __aligned(8);
72 } __packed __aligned(8);
/include/scsi/
Dsrp.h110 struct srp_direct_buf table_desc __packed __aligned(4);
112 struct srp_direct_buf desc_list[] __packed __aligned(4);
178 u64 tag __packed __aligned(4);
261 u64 tag __packed __aligned(4);
296 u64 tag __packed __aligned(4);
/include/linux/greybus/
Dgreybus_id.h19 kernel_ulong_t driver_info __aligned(sizeof(kernel_ulong_t));
Dhd.h61 unsigned long hd_priv[0] __aligned(sizeof(s64));
/include/keys/
Duser-type.h30 char data[] __aligned(__alignof__(u64)); /* actual data */
/include/soc/fsl/
Dbman.h44 } __aligned(8);
/include/linux/dma/
Dti-cppi5.h730 } __aligned(16) __packed;
746 } __aligned(32) __packed;
768 } __aligned(32) __packed;
792 } __aligned(32) __packed;
839 } __aligned(64) __packed;
/include/linux/iio/common/
Dcros_ec_sensors_core.h80 u8 samples[CROS_EC_SAMPLE_SIZE] __aligned(8);
/include/linux/iio/adc/
Dad_sigma_delta.h88 uint8_t rx_buf[16] __aligned(8);
/include/linux/ssb/
Dssb.h30 u8 il0mac[6] __aligned(sizeof(u16)); /* MAC address for 802.11b/g */
31 u8 et0mac[6] __aligned(sizeof(u16)); /* MAC address for Ethernet */
32 u8 et1mac[6] __aligned(sizeof(u16)); /* MAC address for 802.11a */
33 u8 et2mac[6] __aligned(sizeof(u16)); /* MAC address for extra Ethernet */
/include/net/netfilter/
Dnf_tables_offload.h56 } __aligned(BITS_PER_LONG / 8); /* Ensure that we can do comparisons as longs. */

123