Searched refs:ARCH_KMALLOC_MINALIGN (Results 1 – 2 of 2) sorted by relevance
481 #if ARCH_DMA_MINALIGN > 8 && !defined(ARCH_KMALLOC_MINALIGN)482 #define ARCH_KMALLOC_MINALIGN ARCH_DMA_MINALIGN macro486 #ifndef ARCH_KMALLOC_MINALIGN487 #define ARCH_KMALLOC_MINALIGN __alignof__(unsigned long long) macro488 #elif ARCH_KMALLOC_MINALIGN > 8489 #define KMALLOC_MIN_SIZE ARCH_KMALLOC_MINALIGN519 #define __assume_kmalloc_alignment __assume_aligned(ARCH_KMALLOC_MINALIGN)
153 #define CRYPTO_MINALIGN ARCH_KMALLOC_MINALIGN