Lines Matching +full:memory +full:- +full:region
1 # SPDX-License-Identifier: GPL-2.0
59 The kernel memory allocator divides physically contiguous memory
62 keeps in the memory allocator. If you need to allocate very large
63 blocks of physically contiguous memory, then you may need to
67 a value of 11 means that the largest free memory block is 2^10 pages.
88 2 or 4. Any non-aligned load/store instructions will be trapped and
105 some command-line options at build time by entering them here. In
126 bool "Passed kernel command line from u-boot"
128 Use bootargs env variable from u-boot for kernel command line.
138 memory.
151 bool "Set custom kernel MMU region base address"
154 This option allows you to set the virtual address of the kernel MMU region.
159 hex "Virtual base address of the kernel MMU region " if NIOS2_KERNEL_MMU_REGION_BASE_BOOL
162 This option allows you to set the virtual base address of the kernel MMU region.
165 bool "Set custom kernel region base address"
168 This option allows you to set the virtual address of the kernel region.
173 hex "Virtual base address of the kernel region " if NIOS2_KERNEL_REGION_BASE_BOOL
177 bool "Set custom I/O region base address"
180 This option allows you to set the virtual address of the I/O region.
185 hex "Virtual base address of the I/O region" if NIOS2_IO_REGION_BASE_BOOL