pub const __GFP_HIGHMEM: Flags;
Expand description
Allow the allocation to be in high memory.
Allocations in high memory may not be mapped into the kernel’s address space, so this can’t
be used with kmalloc
and other similar methods.
This is normally or’d with other flags.