Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/linux/include/linux/
H A Dslab.h40 #define SLAB_CACHE_DMA ((slab_flags_t __force)0x00004000U) macro
/openbmc/linux/mm/
H A Dslab_common.c54 #define SLAB_MERGE_SAME (SLAB_RECLAIM_ACCOUNT | SLAB_CACHE_DMA | \
904 flags |= SLAB_CACHE_DMA; in new_kmalloc_cache()
H A Dslab.h324 #define SLAB_CORE_FLAGS (SLAB_HWCACHE_ALIGN | SLAB_CACHE_DMA | \
H A Dslub.c4498 if (s->flags & SLAB_CACHE_DMA) in calculate_sizes()
5706 return sysfs_emit(buf, "%d\n", !!(s->flags & SLAB_CACHE_DMA)); in cache_dma_show()
6124 if (s->flags & SLAB_CACHE_DMA) in create_unique_id()
H A Dslab.c2038 if (flags & SLAB_CACHE_DMA) in __kmem_cache_create()
/openbmc/linux/mm/kfence/
H A Dcore.c1070 (s->flags & (SLAB_CACHE_DMA | SLAB_CACHE_DMA32))) { in __kfence_alloc()
/openbmc/linux/drivers/iommu/
H A Dio-pgtable-arm-v7s.c157 #define ARM_V7S_TABLE_SLAB_FLAGS SLAB_CACHE_DMA
/openbmc/linux/drivers/s390/block/
H A Ddasd_devmap.c260 PAGE_SIZE, SLAB_CACHE_DMA, in dasd_parse_keyword()
/openbmc/linux/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()