Lines Matching refs:address
8 virtual address to a physical address. Normally, it is simply:
17 Start address of decompressor. There's no point in talking about
20 the kernel at this address to start it booting. This doesn't have
25 Start address of zero-initialised work area for the decompressor.
30 This is the address where the decompressed kernel will be written,
39 Physical address to place the initial RAM disk. Only relevant if
44 Virtual address of the initial RAM disk. The following constraint
50 Physical address of the struct param_struct or tag list, giving the
58 Physical start address of the first bank of RAM.
61 Virtual start address of the first bank of RAM. During the kernel
62 boot phase, virtual address PAGE_OFFSET will be mapped to physical
63 address PHYS_OFFSET, along with any other mappings you supply.
68 always starts at zero, this is the maximum address that a user
70 address.
72 Any virtual address below TASK_SIZE is deemed to be user process
83 Virtual start address of kernel, normally PAGE_OFFSET + 0x8000.
89 Virtual address for the kernel data segment. Must not be defined
98 last virtual RAM address (found using variable high_memory).
110 `pram' specifies the physical start address of RAM. Must always
113 `pio' is the physical address of an 8MB region containing IO for
116 `vio' is the virtual address of the 8MB debugging region.