Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dslab.h276 #ifndef ARCH_SLAB_MINALIGN
277 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro
288 return ARCH_SLAB_MINALIGN; in arch_slab_minalign()
298 #define __assume_slab_alignment __assume_aligned(ARCH_SLAB_MINALIGN)
/openbmc/linux/rust/bindings/
H A Dbindings_helper.h17 const size_t BINDINGS_ARCH_SLAB_MINALIGN = ARCH_SLAB_MINALIGN;
/openbmc/linux/arch/microblaze/include/asm/
H A Dcache.h24 #define ARCH_SLAB_MINALIGN L1_CACHE_BYTES macro
/openbmc/linux/arch/arm/include/asm/
H A Dcache.h24 #define ARCH_SLAB_MINALIGN 8 macro
/openbmc/linux/arch/sparc/include/asm/
H A Dcache.h11 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro
/openbmc/linux/arch/riscv/include/asm/
H A Dcache.h24 #define ARCH_SLAB_MINALIGN 16 macro
/openbmc/linux/arch/arc/include/asm/
H A Dcache.h62 #define ARCH_SLAB_MINALIGN 8 macro
/openbmc/linux/arch/arm64/include/asm/
H A Dcache.h48 #define ARCH_SLAB_MINALIGN (1ULL << KASAN_SHADOW_SCALE_SHIFT) macro
/openbmc/linux/arch/xtensa/include/asm/
H A Dprocessor.h23 #define ARCH_SLAB_MINALIGN XTENSA_STACK_ALIGNMENT macro
/openbmc/linux/include/crypto/
H A Dhash.h177 void *__ctx[] __aligned(ARCH_SLAB_MINALIGN);
/openbmc/linux/fs/
H A Dbinfmt_flat.c66 #define FLAT_STACK_ALIGN max_t(unsigned long, sizeof(void *), ARCH_SLAB_MINALIGN)