Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gdb/linux/
H A Dconstants.py.in114 LX_GDBPARSED(SLAB_CACHE_DMA32)
H A Dslab.py19 SLAB_CACHE_DMA32 = constants.LX_SLAB_CACHE_DMA32 variable
/openbmc/linux/include/linux/
H A Dslab.h42 #define SLAB_CACHE_DMA32 ((slab_flags_t __force)0x00008000U) macro
/openbmc/linux/mm/
H A Dslab.h325 SLAB_CACHE_DMA32 | SLAB_PANIC | \
H A Dslab_common.c55 SLAB_CACHE_DMA32 | SLAB_ACCOUNT)
H A Dslub.c4501 if (s->flags & SLAB_CACHE_DMA32) in calculate_sizes()
6126 if (s->flags & SLAB_CACHE_DMA32) in create_unique_id()
H A Dslab.c2040 if (flags & SLAB_CACHE_DMA32) in __kmem_cache_create()
/openbmc/linux/drivers/firmware/google/
H A Dgsmi.c941 SLAB_CACHE_DMA32, NULL); in gsmi_init()
/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.c154 #define ARM_V7S_TABLE_SLAB_FLAGS SLAB_CACHE_DMA32