Home
last modified time | relevance | path

Searched refs:ARCH_SLAB_MINALIGN (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/arch/riscv/include/asm/
Dcache.h19 #define ARCH_SLAB_MINALIGN 16 macro
/linux-5.19.10/arch/arm/include/asm/
Dcache.h24 #define ARCH_SLAB_MINALIGN 8 macro
/linux-5.19.10/arch/sparc/include/asm/
Dcache.h11 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro
/linux-5.19.10/include/linux/
Dslab.h215 #ifndef ARCH_SLAB_MINALIGN
216 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro
227 return ARCH_SLAB_MINALIGN; in arch_slab_minalign()
237 #define __assume_slab_alignment __assume_aligned(ARCH_SLAB_MINALIGN)
/linux-5.19.10/arch/arc/include/asm/
Dcache.h62 #define ARCH_SLAB_MINALIGN 8 macro
/linux-5.19.10/arch/arm64/include/asm/
Dcache.h59 #define ARCH_SLAB_MINALIGN (1ULL << KASAN_SHADOW_SCALE_SHIFT) macro
/linux-5.19.10/arch/microblaze/include/asm/
Dpage.h36 #define ARCH_SLAB_MINALIGN L1_CACHE_BYTES macro
/linux-5.19.10/arch/xtensa/include/asm/
Dprocessor.h21 #define ARCH_SLAB_MINALIGN XTENSA_STACK_ALIGNMENT macro
/linux-5.19.10/include/crypto/
Dhash.h152 void *__ctx[] __aligned(ARCH_SLAB_MINALIGN);
/linux-5.19.10/fs/
Dbinfmt_flat.c66 #define FLAT_STACK_ALIGN max_t(unsigned long, sizeof(void *), ARCH_SLAB_MINALIGN)