Searched refs:aligned (Results 326 - 350 of 351) sorted by relevance

<<1112131415

/linux-master/fs/nfsd/
H A Dxdr4.h379 nfs4_verifier op_verf __attribute__((aligned(32)));
/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c111 pr_debug("%s: length not block aligned\n", __func__);
3127 /* Column address within the page aligned to ECC size (256bytes) */
3133 /* Data size aligned to ECC ecc.size */
3138 /* If we read not a page aligned data */
3568 int chipnr, page, realpage, col, bytes, aligned, oob_required; local
3604 aligned = (bytes == mtd->writesize);
3606 if (!aligned)
3619 if (use_bounce_buf && aligned)
3632 else if (!aligned && NAND_HAS_SUBPAGE_READ(chip) &&
4450 /* Reject writes, which are not page aligned */
[all...]
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h197 } __attribute__ ((aligned(64)));
209 } __attribute__ ((aligned(16)));
736 /* MUST BE 64-bit aligned.
765 /* MUST BE 64-bit aligned.
/linux-master/include/linux/
H A Dbpf.h251 } __attribute__((aligned(8)));
257 } __attribute__((aligned(8)));
457 /* memcpy that is used with 8-byte aligned pointers, power-of-8 size and
H A Dfs.h481 } __attribute__((aligned(sizeof(long)))) __randomize_layout;
1028 __attribute__((aligned(4))); /* lest something weird decides that 2 is OK */
H A Dpci.h2229 __attribute__((__section__(#section), aligned((sizeof(void *))))) \
/linux-master/arch/sparc/kernel/
H A Dmdesc.c43 } __attribute__((aligned(16)));
/linux-master/drivers/net/ethernet/freescale/
H A Dgianfar.h1002 spinlock_t txlock __attribute__ ((aligned (SMP_CACHE_BYTES)));
/linux-master/drivers/net/ethernet/i825xx/
H A D82596.c324 int last_restart __attribute__((aligned(4)));
/linux-master/arch/parisc/kernel/
H A Dfirmware.c1488 static struct pdc_pat_cell_mod_maddr_block result __attribute__ ((aligned (8)));
/linux-master/drivers/firewire/
H A Dsbp2.c315 struct sbp2_pointer page_table[SG_ALL] __attribute__((aligned(8)));
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dcxgb2.c794 u8 buf[EEPROM_SIZE] __attribute__((aligned(4)));
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h66 } __attribute__ ((packed, aligned (64)));
/linux-master/arch/x86/crypto/
H A Dchacha-avx2-x86_64.S552 # 4 * 32 byte stack, 32-byte aligned
H A Dsha512-avx2-asm.S114 ## assume buffers not aligned
H A Dsha256-avx2-asm.S54 ## assume buffers not aligned
/linux-master/arch/arm/boot/compressed/
H A Dhead.S929 .align 5 @ cache line aligned
/linux-master/net/ipv4/netfilter/
H A Dip_tables.c229 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long))));
H A Darp_tables.c60 * Unfortunately, _b and _mask are not aligned to an int (or long int)
188 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long))));
/linux-master/net/ipv6/netfilter/
H A Dip6_tables.c253 static const char nulldevname[IFNAMSIZ] __attribute__((aligned(sizeof(long))));
/linux-master/tools/lib/bpf/
H A Dbtf_dump.c842 /* all non-bitfield fields have to be naturally aligned */
855 * naturally aligned, we'll detect that it's not packed
879 * short, or char) that can be used to force naturally aligned
886 * (i.e., it only uses up to int-aligned types), using `long:
922 /* Now we know we start at naturally aligned offset for a chosen
1868 char buf[16] __attribute__((aligned(16)));
1876 /* handle packed int data - accesses of integers not aligned on
/linux-master/drivers/net/ethernet/sun/
H A Dniu.h2848 } __attribute__((aligned(64)));
2898 } __attribute__((aligned(64)));
/linux-master/drivers/net/ethernet/natsemi/
H A Dns83820.c443 char pad[16] __attribute__((aligned(16)));
/linux-master/drivers/net/ethernet/adaptec/
H A Dstarfire.c124 /* All queues must be aligned on a 256-byte boundary */
234 isn't longword aligned, which may cause problems on some machine
1811 __le16 mc_filter[32] __attribute__ ((aligned(sizeof(long)))); /* Multicast hash filter */
/linux-master/kernel/bpf/
H A Dhelpers.c1130 } __attribute__((aligned(8)));

Completed in 400 milliseconds

<<1112131415