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

/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c109 if (order == 0 && (flags & GFP_DMA32) == 0) {
114 vm_paddr_t pmax = (flags & GFP_DMA32) ?
185 if ((flags & GFP_DMA32) == 0) {
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h73 #define GFP_DMA32 __GFP_DMA32 macro
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c879 gfp_flags = GFP_USER | GFP_DMA32;

Completed in 69 milliseconds