Home
last modified time | relevance | path

Searched refs:GFP_DMA32 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c109 if (order == 0 && (flags & GFP_DMA32) == 0) { in linux_alloc_pages()
114 vm_paddr_t pmax = (flags & GFP_DMA32) ? in linux_alloc_pages()
186 ((flags & GFP_DMA32) == 0) ? -1UL : BUS_SPACE_MAXADDR_32BIT, in linux_alloc_kmem()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h73 #define GFP_DMA32 __GFP_DMA32 macro
/freebsd/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c879 gfp_flags = GFP_USER | GFP_DMA32; in ttm_dma_populate()