Searched refs:ARCH_SLAB_MINALIGN (Results 1 – 13 of 13) sorted by relevance
53 #define ARCH_SLAB_MINALIGN (1ULL << KASAN_SHADOW_SCALE_SHIFT) macro55 #define ARCH_SLAB_MINALIGN MTE_GRANULE_SIZE macro
19 #define ARCH_SLAB_MINALIGN 16 macro
11 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro
24 #define ARCH_SLAB_MINALIGN 8 macro
62 #define ARCH_SLAB_MINALIGN 8 macro
218 #ifndef ARCH_SLAB_MINALIGN219 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro228 #define __assume_slab_alignment __assume_aligned(ARCH_SLAB_MINALIGN)
480 int minalign = max_t(size_t, ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN); in __do_kmalloc_node()557 int align = max_t(size_t, ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN); in kfree()585 align = max_t(size_t, ARCH_KMALLOC_MINALIGN, ARCH_SLAB_MINALIGN); in __ksize()
157 if (align < ARCH_SLAB_MINALIGN) in calculate_alignment()158 align = ARCH_SLAB_MINALIGN; in calculate_alignment()
3020 if (ARCH_SLAB_MINALIGN && in cache_alloc_debugcheck_after()3021 ((unsigned long)objp & (ARCH_SLAB_MINALIGN-1))) { in cache_alloc_debugcheck_after()3023 objp, (int)ARCH_SLAB_MINALIGN); in cache_alloc_debugcheck_after()
36 #define ARCH_SLAB_MINALIGN L1_CACHE_BYTES macro
25 #define ARCH_SLAB_MINALIGN STACK_ALIGN macro
152 void *__ctx[] __aligned(ARCH_SLAB_MINALIGN);
66 #define FLAT_STACK_ALIGN max_t(unsigned long, sizeof(void *), ARCH_SLAB_MINALIGN)
Completed in 32 milliseconds