Lines Matching refs:kernel
14 Default is to do 1:1 mapping for the kernel image (including code and data)
40 These are the Kconfigs that need to be enabled or defined for kernel to support
44 kernel.
53 * :kconfig:option:`CONFIG_KERNEL_VM_OFFSET`: kernel image starts at this offset
60 virtual and physical addresses, instead of kernel choosing addresses within
80 | main kernel |
112 script. This is the virtual address of the beginning of the kernel image at
116 script. This is the virtual address of the end of the kernel image at boot time.
127 is the end of the kernel image.
129 * ``K_MEM_VM_RESERVED`` is an area reserved to support kernel functions. For example,
143 both kernel and user modes.
146 in both kernel and user modes.
148 * Other kernel sections, such as ``.data``, ``.bss`` and ``.noinit``, are
149 read-write and non-executable. They are only accessible in kernel mode.