Searched refs:ARCH_SLAB_MINALIGN (Results 1 – 14 of 14) sorted by relevance
19 #define ARCH_SLAB_MINALIGN 16 macro
24 #define ARCH_SLAB_MINALIGN 8 macro
11 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro
216 #ifndef ARCH_SLAB_MINALIGN217 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro226 #define __assume_slab_alignment __assume_aligned(ARCH_SLAB_MINALIGN)
46 #define ARCH_SLAB_MINALIGN L1_CACHE_BYTES macro
62 #define ARCH_SLAB_MINALIGN 8 macro
53 #define ARCH_SLAB_MINALIGN (1ULL << KASAN_SHADOW_SCALE_SHIFT) macro
472 int minalign = max_t(size_t, ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN); in __do_kmalloc_node()550 int align = max_t(size_t, ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN); in kfree()578 align = max_t(size_t, ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN); in __ksize()
155 if (align < ARCH_SLAB_MINALIGN) in calculate_alignment()156 align = ARCH_SLAB_MINALIGN; in calculate_alignment()
3018 if (ARCH_SLAB_MINALIGN && in cache_alloc_debugcheck_after()3019 ((unsigned long)objp & (ARCH_SLAB_MINALIGN-1))) { in cache_alloc_debugcheck_after()3021 objp, (int)ARCH_SLAB_MINALIGN); in cache_alloc_debugcheck_after()
31 #define ARCH_SLAB_MINALIGN STACK_ALIGN macro
42 #define ARCH_SLAB_MINALIGN L1_CACHE_BYTES macro
152 void *__ctx[] __aligned(ARCH_SLAB_MINALIGN);
66 #define FLAT_STACK_ALIGN max_t(unsigned long, sizeof(void *), ARCH_SLAB_MINALIGN)