Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dconstants.py.in121 LX_GDBPARSED(SLAB_CACHE_DMA32)
H A Dslab.py19 SLAB_CACHE_DMA32 = constants.LX_SLAB_CACHE_DMA32 variable
/linux/mm/
H A Dslab.h428 SLAB_CACHE_DMA32 | SLAB_PANIC | \
H A Dslab_common.c53 SLAB_CACHE_DMA32 | SLAB_ACCOUNT)
H A Dslub.c7994 if (s->flags & SLAB_CACHE_DMA32) in calculate_sizes()
9716 if (s->flags & SLAB_CACHE_DMA32) in create_unique_id()
/linux/include/linux/
H A Dslab.h96 #define SLAB_CACHE_DMA32 __SLAB_FLAG_BIT(_SLAB_CACHE_DMA32) macro
/linux/drivers/firmware/google/
H A Dgsmi.c941 SLAB_CACHE_DMA32, NULL); in gsmi_init()
/linux/mm/kfence/
H A Dcore.c1139 (s->flags & (SLAB_CACHE_DMA | SLAB_CACHE_DMA32))) { in __kfence_alloc()
/linux/drivers/iommu/
H A Dsun50i-iommu.c1014 SLAB_HWCACHE_ALIGN | SLAB_CACHE_DMA32, in sun50i_iommu_probe()