Searched refs:SLAB_CACHE_DMA32 (Results 1 - 8 of 8) sorted by relevance

/linux-master/scripts/gdb/linux/
H A Dslab.py19 SLAB_CACHE_DMA32 = constants.LX_SLAB_CACHE_DMA32 variable
/linux-master/include/linux/
H A Dslab.h82 #define SLAB_CACHE_DMA32 __SLAB_FLAG_BIT(_SLAB_CACHE_DMA32) macro
/linux-master/mm/
H A Dslab.h444 SLAB_CACHE_DMA32 | SLAB_PANIC | \
H A Dslab_common.c56 SLAB_CACHE_DMA32 | SLAB_ACCOUNT)
H A Dslub.c5076 if (s->flags & SLAB_CACHE_DMA32)
6712 if (s->flags & SLAB_CACHE_DMA32)
/linux-master/drivers/iommu/
H A Dio-pgtable-arm-v7s.c154 #define ARM_V7S_TABLE_SLAB_FLAGS SLAB_CACHE_DMA32
/linux-master/drivers/firmware/google/
H A Dgsmi.c930 * SLAB cache is created using SLAB_CACHE_DMA32 to ensure that the
936 * a SLAB cache with SLAB_CACHE_DMA32 flag.
940 SLAB_CACHE_DMA32, NULL);
/linux-master/mm/kfence/
H A Dcore.c1064 (s->flags & (SLAB_CACHE_DMA | SLAB_CACHE_DMA32))) {

Completed in 164 milliseconds