Home
last modified time | relevance | path

Searched refs:ARCH_KMALLOC_MINALIGN (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dslab.h481 #if ARCH_DMA_MINALIGN > 8 && !defined(ARCH_KMALLOC_MINALIGN)
482 #define ARCH_KMALLOC_MINALIGN ARCH_DMA_MINALIGN macro
486 #ifndef ARCH_KMALLOC_MINALIGN
487 #define ARCH_KMALLOC_MINALIGN __alignof__(unsigned long long) macro
488 #elif ARCH_KMALLOC_MINALIGN > 8
489 #define KMALLOC_MIN_SIZE ARCH_KMALLOC_MINALIGN
519 #define __assume_kmalloc_alignment __assume_aligned(ARCH_KMALLOC_MINALIGN)
Dcrypto.h153 #define CRYPTO_MINALIGN ARCH_KMALLOC_MINALIGN