Searched refs:__GFP_DMA32 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h59 #define __GFP_DMA32 (1U << 24) /* LinuxKPI only */ macro
72 #define GFP_DMA32 __GFP_DMA32
77 CTASSERT((__GFP_DMA32 & GFP_NATIVE_MASK) == 0);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem.c4038 mask |= __GFP_DMA32;

Completed in 72 milliseconds