Home
last modified time | relevance | path

Searched defs:ARCH_KMALLOC_MINALIGN (Results 1 – 5 of 5) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dcache.h16 #define ARCH_KMALLOC_MINALIGN (8) macro
/linux/rust/kernel/alloc/
H A Dallocator.rs20 const ARCH_KMALLOC_MINALIGN: usize = bindings::ARCH_KMALLOC_MINALIGN; constant
/linux/arch/parisc/include/asm/
H A Dcache.h28 #define ARCH_KMALLOC_MINALIGN 16 /* ldcw requires 16-byte alignment */ macro
/linux/arch/arm64/include/asm/
H A Dcache.h36 #define ARCH_KMALLOC_MINALIGN (8) macro
/linux/include/linux/
H A Dslab.h542 #define ARCH_KMALLOC_MINALIGN ARCH_DMA_MINALIGN macro
547 #define ARCH_KMALLOC_MINALIGN __alignof__(unsigned long long) macro