Searched refs:ARCH_SLAB_MINALIGN (Results 1 – 9 of 9) sorted by relevance
24 #define ARCH_SLAB_MINALIGN L1_CACHE_BYTES macro
11 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro
24 #define ARCH_SLAB_MINALIGN 16 macro
62 #define ARCH_SLAB_MINALIGN 8 macro
110 const size_t RUST_CONST_HELPER_ARCH_SLAB_MINALIGN = ARCH_SLAB_MINALIGN;
613 * Setting ARCH_SLAB_MINALIGN in arch headers allows a different alignment.617 #ifndef ARCH_SLAB_MINALIGN618 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long)624 * of two and >= ARCH_SLAB_MINALIGN.629 return ARCH_SLAB_MINALIGN;634 * kmem_cache_alloc and friends return pointers aligned to ARCH_SLAB_MINALIGN.636 * and ARCH_SLAB_MINALIGN, but here we only assume the former alignment.639 #define __assume_slab_alignment __assume_aligned(ARCH_SLAB_MINALIGN)552 #define ARCH_SLAB_MINALIGN global() macro
23 #define ARCH_SLAB_MINALIGN XTENSA_STACK_ALIGNMENT macro
43 --blocklist-item ARCH_SLAB_MINALIGN
66 #define FLAT_STACK_ALIGN max_t(unsigned long, sizeof(void *), ARCH_SLAB_MINALIGN)