Home
last modified time | relevance | path

Searched refs:SLAB_CACHE_DMA32 (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dslab.h37 #define SLAB_CACHE_DMA32 ((slab_flags_t __force)0x00008000U) macro
/OK3568_Linux_fs/kernel/mm/
H A Dslab.h152 SLAB_CACHE_DMA32 | SLAB_PANIC | \
H A Dslab_common.c62 SLAB_CACHE_DMA32 | SLAB_ACCOUNT)
H A Dslub.c3838 if (s->flags & SLAB_CACHE_DMA32) in calculate_sizes()
5563 if (s->flags & SLAB_CACHE_DMA32) in create_unique_id()
H A Dslab.c2056 if (flags & SLAB_CACHE_DMA32) in __kmem_cache_create()
/OK3568_Linux_fs/kernel/mm/kfence/
H A Dcore.c750 (s->flags & (SLAB_CACHE_DMA | SLAB_CACHE_DMA32))) in __kfence_alloc()
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dio-pgtable-arm-v7s.c154 #define ARM_V7S_TABLE_SLAB_FLAGS SLAB_CACHE_DMA32