Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dslab.h457 return !(s->flags & (SLAB_CACHE_DMA|SLAB_ACCOUNT|SLAB_RECLAIM_ACCOUNT)); in is_kmalloc_normal()
460 #define SLAB_CORE_FLAGS (SLAB_HWCACHE_ALIGN | SLAB_CACHE_DMA | \
H A Dslab_common.c52 #define SLAB_MERGE_SAME (SLAB_RECLAIM_ACCOUNT | SLAB_CACHE_DMA | \
915 flags |= SLAB_CACHE_DMA; in new_kmalloc_cache()
H A Dslub.c5801 if (s->flags & SLAB_CACHE_DMA) in calculate_sizes()
7048 return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_CACHE_DMA)); in cache_dma_show()
7466 if (s->flags & SLAB_CACHE_DMA) in create_unique_id()
/linux-6.15/scripts/gdb/linux/
H A Dconstants.py.in113 LX_GDBPARSED(SLAB_CACHE_DMA)
H A Dslab.py18 SLAB_CACHE_DMA = constants.LX_SLAB_CACHE_DMA variable
/linux-6.15/include/linux/
H A Dslab.h94 #define SLAB_CACHE_DMA __SLAB_FLAG_BIT(_SLAB_CACHE_DMA) macro
/linux-6.15/mm/kfence/
H A Dcore.c1089 (s->flags & (SLAB_CACHE_DMA | SLAB_CACHE_DMA32))) { in __kfence_alloc()
/linux-6.15/drivers/iommu/
H A Dio-pgtable-arm-v7s.c157 #define ARM_V7S_TABLE_SLAB_FLAGS SLAB_CACHE_DMA
/linux-6.15/drivers/s390/block/
H A Ddasd_devmap.c257 PAGE_SIZE, SLAB_CACHE_DMA, in dasd_parse_keyword()
/linux-6.15/drivers/usb/dwc2/
H A Dhcd.c5260 MAX_DMA_DESC_NUM_GENERIC, 512, SLAB_CACHE_DMA, in dwc2_hcd_init()
5299 SLAB_CACHE_DMA, NULL); in dwc2_hcd_init()