Searched refs:aligned (Results 176 - 200 of 347) sorted by relevance

1234567891011>>

/linux-master/tools/virtio/ringtest/
H A Dptr_ring.c15 #define ____cacheline_aligned_in_smp __attribute__ ((aligned (SMP_CACHE_BYTES)))
/linux-master/arch/powerpc/include/asm/
H A Dspu_csa.h84 * 'ls' must be page-aligned on all configurations.
88 * aligned for now.
90 unsigned char ls[LS_SIZE] __attribute__((aligned(65536)));
H A Dpaca.h77 * aligned.
112 u64 exgen[EX_SIZE] __attribute__((aligned(0x80)));
H A Dspu.h343 } __attribute__ ((aligned(0x20000)));
439 } __attribute__ ((aligned(0x20000)));
676 } __attribute__ ((aligned(0x2000)));
/linux-master/arch/sparc/include/asm/
H A Dtrap_block.h18 * This is padded out and aligned to 64-bytes to avoid false sharing
55 } __attribute__((aligned(64)));
H A Dthread_info_64.h64 __attribute__ ((aligned(64)));
/linux-master/drivers/crypto/
H A Dpadlock-sha.c79 ((aligned(STACK_ALIGN)));
140 ((aligned(STACK_ALIGN)));
286 /*The PHE require the out buffer must 128 bytes and 16-bytes aligned*/
288 ((aligned(STACK_ALIGN)));
370 /*The PHE require the out buffer must 128 bytes and 16-bytes aligned*/
372 ((aligned(STACK_ALIGN)));
/linux-master/tools/testing/selftests/rseq/
H A Drseq.c82 __thread struct rseq_abi __rseq_abi __attribute__((tls_model("initial-exec"), aligned(RSEQ_THREAD_AREA_ALLOC_SIZE))) = {
/linux-master/tools/testing/selftests/powerpc/include/
H A Dutils.h9 #define __cacheline_aligned __attribute__((aligned(128)))
/linux-master/arch/loongarch/include/asm/
H A Dprocessor.h58 #define FPU_ALIGN __attribute__((aligned(32)))
/linux-master/drivers/usb/host/
H A Dohci.h78 } __attribute__ ((aligned(16)));
140 } __attribute__ ((aligned(32))); /* c/b/i need 16; only iso needs 32 */
188 * told the base address of it. It must be 256-byte aligned.
203 } __attribute__ ((aligned(256)));
246 } __attribute__ ((aligned(32)));
/linux-master/fs/btrfs/
H A DMakefile13 $(call cc-option, -Wpacked-not-aligned) \
/linux-master/arch/alpha/kernel/
H A Dproto.h204 unsigned char expected __attribute__((aligned(8)));
/linux-master/drivers/scsi/isci/
H A Drequest.h124 struct scu_sgl_element_pair sg_table[SCU_SGL_SIZE] __attribute__ ((aligned(32)));
/linux-master/tools/testing/selftests/bpf/progs/
H A Dcpumask_common.h12 #define private(name) SEC(".bss." #name) __hidden __attribute__((aligned(8)))
/linux-master/drivers/hwtracing/coresight/
H A DMakefile18 $(call cc-option, -Wpacked-not-aligned) \
/linux-master/arch/xtensa/include/asm/
H A Dprocessor.h163 /* Make structure 16 bytes aligned. */
164 int align[0] __attribute__ ((aligned(16)));
/linux-master/drivers/net/ethernet/i825xx/
H A Dlib82596.c300 struct i596_scp scp __attribute__((aligned(32)));
301 volatile struct i596_iscp iscp __attribute__((aligned(32)));
302 volatile struct i596_scb scb __attribute__((aligned(32)));
303 struct sa_cmd sa_cmd __attribute__((aligned(32)));
304 struct cf_cmd cf_cmd __attribute__((aligned(32)));
305 struct tdr_cmd tdr_cmd __attribute__((aligned(32)));
306 struct mc_cmd mc_cmd __attribute__((aligned(32)));
307 struct i596_rfd rfds[RX_RING_SIZE] __attribute__((aligned(32)));
308 struct i596_rbd rbds[RX_RING_SIZE] __attribute__((aligned(32)));
309 struct tx_cmd tx_cmds[TX_RING_SIZE] __attribute__((aligned(3
[all...]
/linux-master/drivers/usb/gadget/udc/
H A Damd5536udc.h361 /* UDC CSR regs are aligned but AHB regs not - offset for OUT EP's */
461 } __attribute__ ((aligned (16)));
473 } __attribute__ ((aligned (16)));
/linux-master/arch/alpha/include/asm/
H A Dcore_marvel.h30 volatile unsigned long csr __attribute__((aligned(16)));
71 volatile unsigned long csr __attribute__((aligned(64)));
/linux-master/include/net/netfilter/
H A Dnf_tables.h107 } __attribute__((aligned(__alignof__(u64))));
407 __attribute__((aligned(__alignof__(u64))));
526 __attribute__((aligned(__alignof__(struct nft_expr))));
609 __attribute__((aligned(__alignof__(u64))));
990 __attribute__((aligned(__alignof__(struct nft_expr))));
1059 __attribute__((aligned(__alignof__(struct nft_expr))));
1077 __attribute__((aligned(__alignof__(struct nft_rule_dp))));
1352 __attribute__((aligned(__alignof__(u64))));
/linux-master/kernel/bpf/
H A Dtask_iter.c816 } __attribute__((aligned(8)));
821 } __attribute__((aligned(8)));
895 } __attribute__((aligned(8)));
899 } __attribute__((aligned(8)));
953 } __attribute__((aligned(8)));
959 } __attribute__((aligned(8)));
/linux-master/include/scsi/
H A Discsi_if.h300 } __attribute__ ((aligned (sizeof(uint64_t))));
348 } __attribute__ ((aligned (sizeof(uint64_t))));
820 __attribute__ ((aligned (sizeof(uint64_t))));
/linux-master/arch/sh/mm/
H A Dpmb.c416 unsigned long aligned; local
439 aligned = ALIGN(last_addr, pmb_sizes[i].size) - phys;
446 area = __get_vm_area_caller(aligned, VM_IOREMAP, 0xb0000000,
/linux-master/arch/arm/kernel/
H A Dentry-header.S66 * empty. Otherwise, SP_main is aligned to 64 bit automatically
137 @ an exception frame is always 8-byte aligned. To tell the hardware if
138 @ the sp to be restored is aligned or not set bit 9 of the saved xPSR
435 @ Test whether the SP has overflowed. Task and IRQ stacks are aligned

Completed in 267 milliseconds

1234567891011>>