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.h105 const size_t RUST_CONST_HELPER_ARCH_SLAB_MINALIGN = ARCH_SLAB_MINALIGN;
/linux/include/linux/
H A Dslab.h551 #ifndef ARCH_SLAB_MINALIGN
552 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro
563 return ARCH_SLAB_MINALIGN; in arch_slab_minalign()
573 #define __assume_slab_alignment __assume_aligned(ARCH_SLAB_MINALIGN)
/linux/arch/xtensa/include/asm/
H A Dprocessor.h23 #define ARCH_SLAB_MINALIGN XTENSA_STACK_ALIGNMENT macro
/linux/rust/
H A Dbindgen_parameters36 --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)