Lines Matching refs:kernel
1 Taken from list archive at http://lists.arm.linux.org.uk/pipermail/linux-arm-kernel/2001-July/00406…
20 the kernel at this address to start it booting. This doesn't have
30 This is the address where the decompressed kernel will be written,
35 The initial part of the kernel is carefully coded to be position
51 kernel various parameters about its execution environment.
61 Virtual start address of the first bank of RAM. During the kernel
74 basis by the kernel. I'll call this the user segment.
77 this the kernel segment.
83 Virtual start address of kernel, normally PAGE_OFFSET + 0x8000.
84 This is where the kernel image ends up. With the latest kernels,
89 Virtual address for the kernel data segment. Must not be defined
96 The addresses must also be in the kernel segment (see above).
114 use with the debugging macros in arch/arm/kernel/debug-armv.S.