/src/sys/arch/netwinder/include/ |
bootconfig.h | 1 /* $NetBSD: bootconfig.h,v 1.5 2006/10/24 20:39:14 bjh21 Exp $ */ 42 * Based on kate/boot/bootconfig.h 45 #include <arm/bootconfig.h> 57 } BootConfig; 59 extern BootConfig bootconfig; 62 /* End of bootconfig.h */
|
/src/sys/arch/cats/include/ |
bootconfig.h | 1 /* $NetBSD: bootconfig.h,v 1.6 2006/10/26 23:31:47 bjh21 Exp $ */ 42 * Based on kate/boot/bootconfig.h 52 #include <arm/bootconfig.h> 59 } BootConfig; 61 extern BootConfig bootconfig; 67 /* End of bootconfig.h */
|
/src/sys/arch/epoc32/include/ |
bootconfig.h | 1 /* $NetBSD: bootconfig.h,v 1.1 2013/04/28 12:11:25 kiyohara Exp $ */ 39 #include <arm/bootconfig.h> 53 } BootConfig; 55 extern BootConfig bootconfig; 58 /* End of bootconfig.h */
|
/src/sys/arch/evbarm/include/ |
bootconfig.h | 1 /* $NetBSD: bootconfig.h,v 1.11 2021/08/10 06:47:48 skrll Exp $ */ 47 #include <arm/bootconfig.h> 63 } BootConfig; 65 extern BootConfig bootconfig; 70 /* End of bootconfig.h */
|
/src/sys/arch/hpcarm/include/ |
bootconfig.h | 1 /* $NetBSD: bootconfig.h,v 1.8 2006/10/26 23:31:47 bjh21 Exp $ */ 42 * Based on kate/boot/bootconfig.h 52 #include <arm/bootconfig.h> 60 } BootConfig; 62 extern BootConfig bootconfig; 67 /* End of bootconfig.h */
|
/src/sys/arch/shark/include/ |
bootconfig.h | 1 /* $NetBSD: bootconfig.h,v 1.5 2011/06/30 20:09:36 wiz Exp $ */ 42 * Based on kate/boot/bootconfig.h 52 * Currently several bootconfig structure members are used 57 * 1. fake a bootconfig structure as required 74 } BootConfig; 76 extern BootConfig bootconfig; 83 #include <arm/bootconfig.h>
|
/src/sys/arch/zaurus/include/ |
bootconfig.h | 1 /* $NetBSD: bootconfig.h,v 1.2 2015/01/08 01:52:42 christos Exp $ */ 42 * Based on kate/boot/bootconfig.h 47 #include <arm/bootconfig.h> 61 } BootConfig; 63 extern BootConfig bootconfig;
|
/src/sys/arch/acorn32/acorn32/ |
rpc_machdep.c | 92 #include <machine/bootconfig.h> 115 struct bootconfig bootconfig; /* Boot config storage */ variable in typeref:struct:bootconfig 167 static void canonicalise_bootconfig(struct bootconfig *, struct bootconfig *); 312 * u_int initarm(BootConfig *bootconf) 336 * XXX supposed to be mapped into bootconfig.dram[0]. 377 canonicalise_bootconfig(struct bootconfig *bootconf, struct bootconfig *raw_bootconf) 379 /* check for bootconfig v2+ structure * [all...] |
/src/sys/arch/acorn32/eb7500atx/ |
eb7500atx_machdep.c | 89 #include <machine/bootconfig.h> 122 struct bootconfig bootconfig; /* Boot config storage */ variable in typeref:struct:bootconfig 173 static void canonicalise_bootconfig(struct bootconfig *, struct bootconfig *); 289 * u_int initarm(BootConfig *bootconf) 313 * XXX supposed to be mapped into bootconfig.dram[0]. 344 canonicalise_bootconfig(struct bootconfig *bootconf, struct bootconfig *raw_bootconf) 346 /* check for bootconfig v2+ structure * [all...] |
/src/sys/arch/evbarm/integrator/ |
int_bus_dma.c | 54 #include <machine/bootconfig.h> 63 extern BootConfig bootconfig; 72 for (i = 0; i < bootconfig.dramblocks; i++) { 73 if (bootconfig.dram[i].flags & BOOT_DRAM_CAN_DMA) { 74 dr[nranges].dr_sysbase = bootconfig.dram[i].address; 77 dr[nranges].dr_len = bootconfig.dram[i].pages * NBPG;
|
/src/sys/arch/acorn32/include/ |
bootconfig.h | 1 /* $NetBSD: bootconfig.h,v 1.7 2006/10/24 20:39:13 bjh21 Exp $ */ 35 #include <arm/bootconfig.h> 52 struct bootconfig { struct 99 extern struct bootconfig bootconfig; 101 /* End of bootconfig.h */
|
/src/sys/arch/iyonix/include/ |
bootconfig.h | 1 /* $NetBSD: bootconfig.h,v 1.4 2006/10/24 20:39:14 bjh21 Exp $ */ 35 #include <arm/bootconfig.h> 52 struct bootconfig { struct 99 extern struct bootconfig bootconfig; 101 /* End of bootconfig.h */
|
/src/sys/arch/evbarm/iyonix/ |
autoconf.c | 53 #include <acorn32/include/bootconfig.h> 55 extern struct bootconfig bootconfig; 172 bootconfig.width + 1); 174 bootconfig.height + 1); 176 1 << bootconfig.log2_bpp); 182 if (bootconfig.log2_bpp == 5)
|
/src/sys/arch/iyonix/iyonix/ |
autoconf.c | 53 #include <acorn32/include/bootconfig.h> 55 extern struct bootconfig bootconfig; 172 bootconfig.width + 1); 174 bootconfig.height + 1); 176 1 << bootconfig.log2_bpp); 182 if (bootconfig.log2_bpp == 5)
|
/src/sys/arch/aarch64/aarch64/ |
aarch64_machdep.c | 61 #include <machine/bootconfig.h> 167 for (blk = 0; blk < bootconfig.dramblocks; blk++) { 170 start = trunc_page(bootconfig.dram[blk].address); 171 end = round_page(bootconfig.dram[blk].address + 172 (uint64_t)bootconfig.dram[blk].pages * PAGE_SIZE); 293 physical_start = bootconfig.dram[0].address; 294 physical_end = bootconfig.dram[bootconfig.dramblocks - 1].address + 295 ptoa(bootconfig.dram[bootconfig.dramblocks - 1].pages) [all...] |
/src/sys/arch/arm/arm32/ |
stubs.c | 60 #include <machine/bootconfig.h> 157 cpuhdrp->nmemsegs = bootconfig.dramblocks; 163 for (i = 0; i < bootconfig.dramblocks; i++) { 164 memsegp[i].start = bootconfig.dram[i].address; 165 memsegp[i].size = bootconfig.dram[i].pages * PAGE_SIZE; 180 ALIGN( bootconfig.dramblocks * sizeof(phys_ram_seg_t)); 197 for (i = 0; i < bootconfig.dramblocks; i++) { 198 n += bootconfig.dram[i].pages; 263 for (block = 0; block < bootconfig.dramblocks && error == 0; ++block) { 264 addr = bootconfig.dram[block].address [all...] |
/src/sys/arch/evbarm/tsarm/ |
tsarm_machdep.c | 104 #include <acorn32/include/bootconfig.h> 148 struct bootconfig bootconfig; /* Boot config storage */ variable in typeref:struct:bootconfig 358 struct bootconfig *passed_bootconfig = arg; 411 /* Fake bootconfig structure for the benefit of pmap.c */ 413 bootconfig.dramblocks = 4; 414 bootconfig.dram[0].address = 0x0UL; 415 bootconfig.dram[0].pages = 0x800000UL / PAGE_SIZE; 416 bootconfig.dram[1].address = 0x1000000UL; 417 bootconfig.dram[1].pages = 0x800000UL / PAGE_SIZE [all...] |
/src/sys/arch/evbarm/mmnet/ |
mmnet_machdep.c | 107 #include <machine/bootconfig.h> 136 BootConfig bootconfig; /* Boot config storage */ variable in typeref:typename:BootConfig 257 /* Fake bootconfig structure for the benefit of pmap.c */ 259 bootconfig.dramblocks = 1; 260 bootconfig.dram[0].address = 0x20000000UL; 261 bootconfig.dram[0].pages = 0x04000000UL / PAGE_SIZE; 262 sp = at91bus_setup(&bootconfig); 281 for (i = 0; i < bootconfig.dramblocks; i++) { 282 mmnet_dma_ranges[i].dr_sysbase = bootconfig.dram[i].address [all...] |
/src/sys/arch/evbarm/mpcsa/ |
mpcsa_machdep.c | 118 #include <machine/bootconfig.h> 159 BootConfig bootconfig; /* Boot config storage */ variable in typeref:typename:BootConfig 280 /* Fake bootconfig structure for the benefit of pmap.c */ 282 bootconfig.dramblocks = 1; 283 bootconfig.dram[0].address = 0x20000000UL; 284 bootconfig.dram[0].pages = 0x04000000UL / PAGE_SIZE; 285 sp = at91bus_setup(&bootconfig); 304 for (i = 0; i < bootconfig.dramblocks; i++) { 305 mpcsa_dma_ranges[i].dr_sysbase = bootconfig.dram[i].address [all...] |
/src/sys/arch/epoc32/epoc32/ |
machdep.c | 61 #include <machine/bootconfig.h> 86 BootConfig bootconfig; /* Boot config storage */ variable in typeref:typename:BootConfig 181 bootconfig.dramblocks = 0; 196 * Fake bootconfig structure for the benefit of pmap.c 198 i = bootconfig.dramblocks; 199 bootconfig.dram[i].address = memory->address; 200 bootconfig.dram[i].pages = memory->size / PAGE_SIZE; 201 bootconfig.dramblocks++; 226 if (bootconfig.dramblocks == 0 [all...] |
/src/sys/arch/hpcarm/hpcarm/ |
netbookpro_machdep.c | 37 #include <machine/bootconfig.h> 112 extern BootConfig bootconfig; /* Boot config storage */ 117 bootconfig.dram[0].pages = 32768; /* 128MiB */
|
sa11x0_hpc_machdep.c | 79 #include <machine/bootconfig.h> 96 extern BootConfig bootconfig; /* Boot config storage */ 198 * XXX for now, overwrite bootconfig to hardcoded values. 199 * XXX kill bootconfig and directly call uvm_physload 201 bootconfig.dram[0].address = 0xc0000000; 202 bootconfig.dram[0].pages = DRAM_PAGES; 203 bootconfig.dramblocks = 1; 239 physical_start = bootconfig.dram[0].address; 242 physical_end = bootconfig.dram[bootconfig.dramblocks - 1].addres [all...] |
pxa2x0_hpc_machdep.c | 79 #include <machine/bootconfig.h> 104 extern BootConfig bootconfig; /* Boot config storage */ 243 * XXX for now, overwrite bootconfig to hardcoded values in 245 * XXX kill bootconfig and directly call uvm_physload 247 bootconfig.dram[0].address = 0xa0000000; 248 bootconfig.dram[0].pages = DRAM_PAGES; 249 bootconfig.dramblocks = 1; 296 physical_start = bootconfig.dram[0].address; 299 physical_end = bootconfig.dram[bootconfig.dramblocks - 1].addres [all...] |
/src/sys/arch/evbarm/mini2440/ |
mini2440_bootinfo.h | 33 #include <machine/bootconfig.h>
|
/src/sys/arch/evbarm/armadillo/ |
armadillo9_machdep.c | 145 #include <machine/bootconfig.h> 204 BootConfig bootconfig; /* Boot config storage */ variable in typeref:typename:BootConfig 484 bootconfig.dramblocks = 0; 488 if (bootconfig.dramblocks < DRAM_BLOCKS) { 491 bootconfig.dramblocks, 495 bootconfig.dram[bootconfig.dramblocks].address = 497 bootconfig.dram[bootconfig.dramblocks].pages [all...] |