Searched refs:GFP_DMA32 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h72 #define GFP_DMA32 __GFP_DMA32 macro
H A Ddma-mapping.h143 else if (flag & GFP_DMA32)
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c104 if (order == 0 && (flags & GFP_DMA32) == 0) {
109 vm_paddr_t pmax = (flags & GFP_DMA32) ?
182 if ((flags & GFP_DMA32) == 0) {
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c881 gfp_flags = GFP_USER | GFP_DMA32;

Completed in 126 milliseconds