Searched refs:ARCH_KMALLOC_MINALIGN (Results 1 – 2 of 2) sorted by relevance
505 #if ARCH_DMA_MINALIGN > 8 && !defined(ARCH_KMALLOC_MINALIGN)506 #define ARCH_KMALLOC_MINALIGN ARCH_DMA_MINALIGN macro510 #ifndef ARCH_KMALLOC_MINALIGN511 #define ARCH_KMALLOC_MINALIGN __alignof__(unsigned long long) macro512 #elif ARCH_KMALLOC_MINALIGN > 8513 #define KMALLOC_MIN_SIZE ARCH_KMALLOC_MINALIGN543 #define __assume_kmalloc_alignment __assume_aligned(ARCH_KMALLOC_MINALIGN)
171 #define CRYPTO_MINALIGN ARCH_KMALLOC_MINALIGN
Completed in 6 milliseconds