Home
last modified time | relevance | path

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

/linux-6.15/arch/microblaze/include/asm/
H A Dcache.h24 #define ARCH_SLAB_MINALIGN L1_CACHE_BYTES macro
/linux-6.15/arch/sparc/include/asm/
H A Dcache.h11 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro
/linux-6.15/arch/arm/include/asm/
H A Dcache.h24 #define ARCH_SLAB_MINALIGN 8 macro
/linux-6.15/arch/riscv/include/asm/
H A Dcache.h24 #define ARCH_SLAB_MINALIGN 16 macro
/linux-6.15/rust/bindings/
H A Dbindings_helper.h48 const size_t RUST_CONST_HELPER_ARCH_SLAB_MINALIGN = ARCH_SLAB_MINALIGN;
/linux-6.15/include/linux/
H A Dslab.h522 #ifndef ARCH_SLAB_MINALIGN
523 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro
534 return ARCH_SLAB_MINALIGN; in arch_slab_minalign()
544 #define __assume_slab_alignment __assume_aligned(ARCH_SLAB_MINALIGN)
/linux-6.15/arch/arc/include/asm/
H A Dcache.h62 #define ARCH_SLAB_MINALIGN 8 macro
/linux-6.15/arch/arm64/include/asm/
H A Dcache.h48 #define ARCH_SLAB_MINALIGN (1ULL << KASAN_SHADOW_SCALE_SHIFT) macro
/linux-6.15/rust/
H A Dbindgen_parameters36 --blocklist-item ARCH_SLAB_MINALIGN
/linux-6.15/arch/xtensa/include/asm/
H A Dprocessor.h23 #define ARCH_SLAB_MINALIGN XTENSA_STACK_ALIGNMENT macro
/linux-6.15/include/crypto/
H A Dhash.h163 void *__ctx[] __aligned(ARCH_SLAB_MINALIGN);
/linux-6.15/fs/bcachefs/
H A Drcu_pending.c235 BUILD_BUG_ON(ARCH_SLAB_MINALIGN == 0); in __process_finished_items()
/linux-6.15/fs/
H A Dbinfmt_flat.c66 #define FLAT_STACK_ALIGN max_t(unsigned long, sizeof(void *), ARCH_SLAB_MINALIGN)