Home
last modified time | relevance | path

Searched refs:__GFP_DMA32 (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/linux/
Dgfp.h58 #define __GFP_DMA32 ((__force gfp_t)___GFP_DMA32) macro
60 #define GFP_ZONEMASK (__GFP_DMA|__GFP_HIGHMEM|__GFP_DMA32|__GFP_MOVABLE)
297 #define GFP_DMA32 __GFP_DMA32
Ddma-mapping.h522 flag &= ~(__GFP_DMA | __GFP_DMA32 | __GFP_HIGHMEM); in dma_alloc_attrs()
/linux-4.19.296/drivers/media/v4l2-core/
Dvideobuf-dma-sg.c449 page = alloc_page(GFP_USER | __GFP_DMA32); in videobuf_vm_fault()
/linux-4.19.296/drivers/char/xillybus/
Dxillybus_core.c364 GFP_KERNEL | __GFP_DMA32 | __GFP_ZERO, in xilly_get_dma_buffers()
/linux-4.19.296/fs/btrfs/
Dextent_io.c266 mask &= ~(__GFP_DMA32|__GFP_HIGHMEM); in alloc_extent_state()