Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dslab.h216 #ifndef ARCH_SLAB_MINALIGN
217 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro
228 return ARCH_SLAB_MINALIGN; in arch_slab_minalign()
238 #define __assume_slab_alignment __assume_aligned(ARCH_SLAB_MINALIGN)
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dcache.h19 #define ARCH_SLAB_MINALIGN 16 macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dcache.h24 #define ARCH_SLAB_MINALIGN 8 macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dcache.h11 #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) macro
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dcache.h46 #define ARCH_SLAB_MINALIGN L1_CACHE_BYTES macro
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dcache.h62 #define ARCH_SLAB_MINALIGN 8 macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcache.h59 #define ARCH_SLAB_MINALIGN (1ULL << KASAN_SHADOW_SCALE_SHIFT) macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dprocessor.h31 #define ARCH_SLAB_MINALIGN STACK_ALIGN macro
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpage.h42 #define ARCH_SLAB_MINALIGN L1_CACHE_BYTES macro
/OK3568_Linux_fs/kernel/fs/
H A Dbinfmt_flat.c66 #define FLAT_STACK_ALIGN max_t(unsigned long, sizeof(void *), ARCH_SLAB_MINALIGN)