Lines Matching full:address
12 virtual address to a physical address. Normally, it is simply:
21 Start address of decompressor. There's no point in talking about
24 the kernel at this address to start it booting. This doesn't have
29 Start address of zero-initialised work area for the decompressor.
34 This is the address where the decompressed kernel will be written,
43 Physical address to place the initial RAM disk. Only relevant if
48 Virtual address of the initial RAM disk. The following constraint
54 Physical address of the struct param_struct or tag list, giving the
62 Physical start address of the first bank of RAM.
65 Virtual start address of the first bank of RAM. During the kernel
66 boot phase, virtual address PAGE_OFFSET will be mapped to physical
67 address PHYS_OFFSET, along with any other mappings you supply.
72 always starts at zero, this is the maximum address that a user
74 address.
76 Any virtual address below TASK_SIZE is deemed to be user process
87 Virtual start address of kernel, normally PAGE_OFFSET + 0x8000.
93 Virtual address for the kernel data segment. Must not be defined
101 last virtual RAM address (found using variable high_memory).
113 `pram` specifies the physical start address of RAM. Must always
116 `pio` is the physical address of an 8MB region containing IO for
119 `vio` is the virtual address of the 8MB debugging region.