Searched refs:atag_offset (Results 1 – 25 of 195) sorted by relevance
12345678
/Linux-v4.19/arch/arm/mach-ep93xx/ |
D | edb93xx.c | 244 .atag_offset = 0x100, 257 .atag_offset = 0x100, 270 .atag_offset = 0x100, 283 .atag_offset = 0x100, 296 .atag_offset = 0x100, 309 .atag_offset = 0x100, 322 .atag_offset = 0x100, 335 .atag_offset = 0x100,
|
D | micro9.c | 81 .atag_offset = 0x100, 94 .atag_offset = 0x100, 107 .atag_offset = 0x100, 120 .atag_offset = 0x100,
|
D | adssphere.c | 38 .atag_offset = 0x100,
|
D | gesbc9312.c | 38 .atag_offset = 0x100,
|
/Linux-v4.19/arch/arm/mach-ks8695/ |
D | board-og.c | 145 .atag_offset = 0x100, 157 .atag_offset = 0x100, 169 .atag_offset = 0x100, 181 .atag_offset = 0x100, 193 .atag_offset = 0x100,
|
D | board-sg.c | 90 .atag_offset = 0x100, 102 .atag_offset = 0x100, 114 .atag_offset = 0x100,
|
D | board-micrel.c | 56 .atag_offset = 0x100,
|
/Linux-v4.19/arch/arm/mach-s3c24xx/ |
D | mach-smdk2413.c | 129 .atag_offset = 0x100, 140 .atag_offset = 0x100, 151 .atag_offset = 0x100,
|
/Linux-v4.19/arch/arm/mach-ixp4xx/ |
D | ixdp425-setup.c | 265 .atag_offset = 0x100, 281 .atag_offset = 0x100, 296 .atag_offset = 0x100, 311 .atag_offset = 0x100,
|
D | omixp-setup.c | 244 .atag_offset = 0x100, 256 .atag_offset = 0x100, 271 .atag_offset = 0x100,
|
D | coyote-setup.c | 117 .atag_offset = 0x100, 137 .atag_offset = 0x100,
|
D | avila-setup.c | 179 .atag_offset = 0x100, 199 .atag_offset = 0x100,
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | eseries.c | 173 .atag_offset = 0x100, 224 .atag_offset = 0x100, 348 .atag_offset = 0x100, 544 .atag_offset = 0x100, 743 .atag_offset = 0x100, 958 .atag_offset = 0x100,
|
D | colibri-pxa270.c | 313 .atag_offset = 0x100, 324 .atag_offset = 0x100,
|
D | ezx.c | 833 .atag_offset = 0x100, 901 .atag_offset = 0x100, 969 .atag_offset = 0x100, 1131 .atag_offset = 0x100, 1199 .atag_offset = 0x100, 1241 .atag_offset = 0x100,
|
/Linux-v4.19/arch/arm/mach-npcm/ |
D | npcm7xx.c | 18 .atag_offset = 0x100,
|
/Linux-v4.19/arch/arm/mach-footbridge/ |
D | personal.c | 19 .atag_offset = 0x100,
|
/Linux-v4.19/arch/arm/mach-iop32x/ |
D | iq31244.c | 312 .atag_offset = 0x100, 327 .atag_offset = 0x100,
|
/Linux-v4.19/arch/arm/mach-omap1/ |
D | board-generic.c | 81 .atag_offset = 0x100,
|
/Linux-v4.19/arch/arm/mach-mv78xx0/ |
D | rd78x00-masa-setup.c | 81 .atag_offset = 0x100,
|
D | db78x00-bp-setup.c | 96 .atag_offset = 0x100,
|
/Linux-v4.19/arch/arm/mach-dove/ |
D | cm-a510.c | 90 .atag_offset = 0x100,
|
D | dove-db-setup.c | 96 .atag_offset = 0x100,
|
/Linux-v4.19/arch/arm/mach-orion5x/ |
D | kurobox_pro-setup.c | 385 .atag_offset = 0x100, 400 .atag_offset = 0x100,
|
/Linux-v4.19/arch/arm/kernel/ |
D | atags_parse.c | 204 else if (mdesc->atag_offset) in setup_machine_tags() 205 tags = (void *)(PAGE_OFFSET + mdesc->atag_offset); in setup_machine_tags()
|
12345678