Home
last modified time | relevance | path

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

/linux/mm/
A Dslab.h452 return !(s->flags & (SLAB_CACHE_DMA|SLAB_ACCOUNT|SLAB_RECLAIM_ACCOUNT)); in is_kmalloc_normal()
456 #define SLAB_CORE_FLAGS (SLAB_HWCACHE_ALIGN | SLAB_CACHE_DMA | \
A Dslab_common.c50 #define SLAB_MERGE_SAME (SLAB_RECLAIM_ACCOUNT | SLAB_CACHE_DMA | \
911 flags |= SLAB_CACHE_DMA; in new_kmalloc_cache()
A Dslub.c5405 if (s->flags & SLAB_CACHE_DMA) in calculate_sizes()
6630 return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_CACHE_DMA)); in cache_dma_show()
7048 if (s->flags & SLAB_CACHE_DMA) in create_unique_id()
/linux/scripts/gdb/linux/
A Dconstants.py.in113 LX_GDBPARSED(SLAB_CACHE_DMA)
A Dslab.py18 SLAB_CACHE_DMA = constants.LX_SLAB_CACHE_DMA variable
/linux/include/linux/
A Dslab.h83 #define SLAB_CACHE_DMA __SLAB_FLAG_BIT(_SLAB_CACHE_DMA) macro
/linux/mm/kfence/
A Dcore.c1087 (s->flags & (SLAB_CACHE_DMA | SLAB_CACHE_DMA32))) { in __kfence_alloc()
/linux/drivers/iommu/
A Dio-pgtable-arm-v7s.c157 #define ARM_V7S_TABLE_SLAB_FLAGS SLAB_CACHE_DMA
/linux/drivers/s390/block/
A Ddasd_devmap.c256 PAGE_SIZE, SLAB_CACHE_DMA, in dasd_parse_keyword()
/linux/drivers/usb/dwc2/
A Dhcd.c5263 MAX_DMA_DESC_NUM_GENERIC, 512, SLAB_CACHE_DMA, in dwc2_hcd_init()
5302 SLAB_CACHE_DMA, NULL); in dwc2_hcd_init()

Completed in 53 milliseconds