Home
last modified time | relevance | path

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

/include/linux/
A Dslab.h505 #if ARCH_DMA_MINALIGN > 8 && !defined(ARCH_KMALLOC_MINALIGN)
506 #define ARCH_KMALLOC_MINALIGN ARCH_DMA_MINALIGN macro
510 #ifndef ARCH_KMALLOC_MINALIGN
511 #define ARCH_KMALLOC_MINALIGN __alignof__(unsigned long long) macro
512 #elif ARCH_KMALLOC_MINALIGN > 8
513 #define KMALLOC_MIN_SIZE ARCH_KMALLOC_MINALIGN
543 #define __assume_kmalloc_alignment __assume_aligned(ARCH_KMALLOC_MINALIGN)
A Dcrypto.h171 #define CRYPTO_MINALIGN ARCH_KMALLOC_MINALIGN

Completed in 6 milliseconds