nn::os::ALLOCATE_OPTION_LINEAR
#include <nn/os.h> const int ALLOCATE_OPTION_LINEAR = 0x1u << 8;
Option passed to the AllocateMemoryBlock function. This allocates a contiguous block of physical memory.
AllocateMemoryBlock
CONFIDENTIAL