Searched refs:ARCH_SLAB_MINALIGN (Results 1 – 13 of 13) sorted by relevance
19 #define ARCH_SLAB_MINALIGN 16 macro
11 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro
24 #define ARCH_SLAB_MINALIGN 8 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()
156 if (align < ARCH_SLAB_MINALIGN) in calculate_alignment()157 align = ARCH_SLAB_MINALIGN; in calculate_alignment()
3019 if (ARCH_SLAB_MINALIGN && in cache_alloc_debugcheck_after()3020 ((unsigned long)objp & (ARCH_SLAB_MINALIGN-1))) { in cache_alloc_debugcheck_after()3022 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
66 #define FLAT_STACK_ALIGN max_t(unsigned long, sizeof(void *), ARCH_SLAB_MINALIGN)