| /linux/arch/mips/include/asm/mach-ip32/ |
| H A D | kmalloc.h | 7 #define ARCH_DMA_MINALIGN 32 macro 9 #define ARCH_DMA_MINALIGN 128 macro
|
| /linux/arch/riscv/mm/ |
| H A D | dma-noncoherent.c | 15 int dma_cache_alignment __ro_after_init = ARCH_DMA_MINALIGN; 133 WARN_TAINT(!coherent && riscv_cbom_block_size > ARCH_DMA_MINALIGN, in arch_setup_dma_ops() 137 ARCH_DMA_MINALIGN, riscv_cbom_block_size); in arch_setup_dma_ops()
|
| /linux/arch/arm64/mm/ |
| H A D | dma-mapping.c | 45 WARN_TAINT(!coherent && cls > ARCH_DMA_MINALIGN, in arch_setup_dma_ops() 49 ARCH_DMA_MINALIGN, cls); in arch_setup_dma_ops()
|
| /linux/drivers/usb/core/ |
| H A D | buffer.c | 39 if (ARCH_DMA_MINALIGN <= 32) in usb_init_pool_max() 41 else if (ARCH_DMA_MINALIGN <= 64) in usb_init_pool_max() 43 else if (ARCH_DMA_MINALIGN <= 128) in usb_init_pool_max()
|
| /linux/arch/parisc/include/asm/ |
| H A D | cache.h | 24 #define ARCH_DMA_MINALIGN 128 macro 26 #define ARCH_DMA_MINALIGN 32 macro
|
| /linux/arch/mips/include/asm/mach-n64/ |
| H A D | kmalloc.h | 6 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/arch/mips/include/asm/mach-generic/ |
| H A D | kmalloc.h | 10 #define ARCH_DMA_MINALIGN 128 macro
|
| /linux/arch/mips/include/asm/mach-tx49xx/ |
| H A D | kmalloc.h | 5 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/arch/m68k/include/asm/ |
| H A D | cache.h | 12 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/arch/microblaze/include/asm/ |
| H A D | cache.h | 22 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/arch/hexagon/include/asm/ |
| H A D | cache.h | 15 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | cache.h | 15 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/arch/nios2/include/asm/ |
| H A D | cache.h | 21 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/arch/sh/include/asm/ |
| H A D | cache.h | 21 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/arch/xtensa/include/asm/ |
| H A D | cache.h | 32 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/arch/csky/include/asm/ |
| H A D | cache.h | 11 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/include/crypto/ |
| H A D | algapi.h | 28 #ifdef ARCH_DMA_MINALIGN 29 #define CRYPTO_DMA_ALIGN ARCH_DMA_MINALIGN
|
| /linux/arch/arc/include/asm/ |
| H A D | cache.h | 52 #define ARCH_DMA_MINALIGN SMP_CACHE_BYTES macro
|
| /linux/arch/powerpc/include/asm/ |
| H A D | cache.h | 37 #define ARCH_DMA_MINALIGN L1_CACHE_BYTES macro
|
| /linux/drivers/counter/ |
| H A D | counter-core.c | 38 unsigned long privdata[] __aligned(ARCH_DMA_MINALIGN);
|
| /linux/include/linux/ |
| H A D | slab.h | 541 #if ARCH_DMA_MINALIGN > 8 && !defined(ARCH_KMALLOC_MINALIGN) 542 #define ARCH_KMALLOC_MINALIGN ARCH_DMA_MINALIGN
|
| H A D | dma-map-ops.h | 287 if (size >= 2 * ARCH_DMA_MINALIGN || in dma_kmalloc_size_aligned()
|
| H A D | dma-mapping.h | 700 return ARCH_DMA_MINALIGN; in dma_get_cache_alignment()
|
| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptpf_ucode.c | 1527 len = LOADFVC_RLEN + ARCH_DMA_MINALIGN + in otx2_cpt_discover_eng_capabilities() 1536 rptr = PTR_ALIGN(base, ARCH_DMA_MINALIGN); in otx2_cpt_discover_eng_capabilities()
|
| /linux/drivers/base/ |
| H A D | devres.c | 35 u8 __aligned(ARCH_DMA_MINALIGN) data[];
|