Searched refs:SLAB_CACHE_DMA (Results 1 - 10 of 10) sorted by relevance

/linux-master/scripts/gdb/linux/
H A Dslab.py18 SLAB_CACHE_DMA = constants.LX_SLAB_CACHE_DMA variable
/linux-master/include/linux/
H A Dslab.h80 #define SLAB_CACHE_DMA __SLAB_FLAG_BIT(_SLAB_CACHE_DMA) macro
/linux-master/mm/
H A Dslab.h443 #define SLAB_CORE_FLAGS (SLAB_HWCACHE_ALIGN | SLAB_CACHE_DMA | \
H A Dslab_common.c55 #define SLAB_MERGE_SAME (SLAB_RECLAIM_ACCOUNT | SLAB_CACHE_DMA | \
877 flags |= SLAB_CACHE_DMA;
H A Dslub.c5067 if (s->flags & SLAB_CACHE_DMA)
6286 return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_CACHE_DMA));
6704 if (s->flags & SLAB_CACHE_DMA)
/linux-master/drivers/bus/mhi/ep/
H A Dmain.c1484 SLAB_CACHE_DMA, NULL);
1491 SLAB_CACHE_DMA, NULL);
/linux-master/drivers/iommu/
H A Dio-pgtable-arm-v7s.c157 #define ARM_V7S_TABLE_SLAB_FLAGS SLAB_CACHE_DMA
/linux-master/mm/kfence/
H A Dcore.c1064 (s->flags & (SLAB_CACHE_DMA | SLAB_CACHE_DMA32))) {
/linux-master/drivers/s390/block/
H A Ddasd_devmap.c256 PAGE_SIZE, SLAB_CACHE_DMA,
/linux-master/drivers/usb/dwc2/
H A Dhcd.c5263 MAX_DMA_DESC_NUM_GENERIC, 512, SLAB_CACHE_DMA,
5302 SLAB_CACHE_DMA, NULL);

Completed in 646 milliseconds