Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dconstants.py.in121 LX_GDBPARSED(SLAB_CACHE_DMA32)
H A Dslab.py19 SLAB_CACHE_DMA32 = constants.LX_SLAB_CACHE_DMA32 variable
/linux/mm/
H A Dslab.h413 SLAB_CACHE_DMA32 | SLAB_PANIC | \
/linux/drivers/firmware/google/
H A Dgsmi.c941 SLAB_CACHE_DMA32, NULL); in gsmi_init()
/linux/include/linux/
H A Dslab.h98 #define SLAB_CACHE_DMA32 __SLAB_FLAG_BIT(_SLAB_CACHE_DMA32) macro
/linux/drivers/iommu/
H A Dio-pgtable-arm-v7s.c154 #define ARM_V7S_TABLE_SLAB_FLAGS SLAB_CACHE_DMA32
H A Dsun50i-iommu.c1014 SLAB_HWCACHE_ALIGN | SLAB_CACHE_DMA32, in sun50i_iommu_probe()
/linux/mm/kfence/
H A Dcore.c1167 (s->flags & (SLAB_CACHE_DMA | SLAB_CACHE_DMA32))) { in __kfence_alloc()