Home
last modified time | relevance | path

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

/linux/arch/microblaze/include/asm/
H A Dcache.h24 #define ARCH_SLAB_MINALIGN L1_CACHE_BYTES macro
/linux/arch/sparc/include/asm/
H A Dcache.h11 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro
/linux/arch/riscv/include/asm/
H A Dcache.h24 #define ARCH_SLAB_MINALIGN 16 macro
/linux/arch/arc/include/asm/
H A Dcache.h62 #define ARCH_SLAB_MINALIGN 8 macro
/linux/rust/bindings/
H A Dbindings_helper.h110 const size_t RUST_CONST_HELPER_ARCH_SLAB_MINALIGN = ARCH_SLAB_MINALIGN;
/linux/include/linux/
H A Dslab.h613 * Setting ARCH_SLAB_MINALIGN in arch headers allows a different alignment.
617 #ifndef ARCH_SLAB_MINALIGN
618 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long)
624 * of two and >= ARCH_SLAB_MINALIGN.
629 return ARCH_SLAB_MINALIGN;
634 * kmem_cache_alloc and friends return pointers aligned to ARCH_SLAB_MINALIGN.
636 * and ARCH_SLAB_MINALIGN, but here we only assume the former alignment.
639 #define __assume_slab_alignment __assume_aligned(ARCH_SLAB_MINALIGN)
552 #define ARCH_SLAB_MINALIGN global() macro
/linux/arch/xtensa/include/asm/
H A Dprocessor.h23 #define ARCH_SLAB_MINALIGN XTENSA_STACK_ALIGNMENT macro
/linux/rust/
H A Dbindgen_parameters43 --blocklist-item ARCH_SLAB_MINALIGN
/linux/fs/
H A Dbinfmt_flat.c66 #define FLAT_STACK_ALIGN max_t(unsigned long, sizeof(void *), ARCH_SLAB_MINALIGN)