/src/sys/arch/evbarm/stand/gzboot/ADI_BRH_flash_0x00140000/ |
Makefile | 6 RELOC= 0x00140000
|
/src/sys/arch/evbarm/stand/gzboot/GEMINI_dram_0x01600000/ |
Makefile | 6 RELOC= 0x01600000
|
/src/sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x00080000/ |
Makefile | 6 RELOC= 0x00080000
|
/src/sys/arch/evbarm/stand/gzboot/IQ80321_flash_0xf0080000/ |
Makefile | 6 RELOC= 0xf0080000
|
/src/sys/arch/evbarm/stand/gzboot/NSLU2_dram_0x01d00000/ |
Makefile | 17 RELOC= 0x01d00000
|
/src/sys/arch/evbarm/stand/gzboot/SMDK2410_flash_0x00000000/ |
Makefile | 6 RELOC= 0x00000000
|
/src/sys/arch/evbarm/stand/gzboot/SMDK2800_flash_0x00000000/ |
Makefile | 6 RELOC= 0x00000000
|
/src/sys/arch/evbarm/stand/gzboot/SMDK2800_flash_0x00100000/ |
Makefile | 6 RELOC= 0x00100000
|
/src/sys/arch/evbarm/stand/gzboot/TS7200_flash_0x60660000/ |
Makefile | 6 RELOC= 0x60660000
|
/src/sys/arch/alpha/stand/standtest/ |
Makefile | 8 RELOC = ${STANDPROG_LOAD_ADDRESS} 24 ${LD} -Ttext ${RELOC} -N -e start -o ${PROG}.sym \
|
/src/sys/arch/i386/stand/dosboot/ |
Makefile | 9 RELOC= 0x100
|
/src/sys/arch/mvme68k/stand/sboot/ |
Makefile | 11 RELOC= 0x4000
|
/src/sys/arch/sparc/stand/boot/ |
Makefile | 59 .for RELOC in ${RELOCS} 60 boot.${RELOC}: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} 61 ${LD} -S -o ${.TARGET}.tmp ${LINKFLAGS} -Ttext ${RELOC} ${OBJS} \ 66 CLEANFILES+= boot.${RELOC}.map
|
/src/sys/arch/i386/stand/pxeboot/ |
Makefile | 9 RELOC= 0x0
|
/src/sys/arch/cesfic/cesfic/ |
pmap_bootstrap.c | 48 #define RELOC(v, t) *((t*)((uintptr_t)&(v) + firstpa - KERNBASE)) 112 if (RELOC(mmutype, int) == MMU_68040) 123 nptpages = RELOC(Sysptsize, int) + howmany(RELOC(physmem, int), NPTEPG); 158 if (RELOC(mmutype, int) == MMU_68040) { 355 if (RELOC(mmutype, int) == MMU_68040) 369 if (RELOC(mmutype, int) == MMU_68040) { 384 RELOC(Sysseg, st_entry_t *) = 386 RELOC(Sysseg_pa, paddr_t) = kstpa; 387 if (RELOC(mmutype, int) == MMU_68040 [all...] |
/src/sys/arch/evbarm/stand/boot2440/ |
Makefile | 35 RELOC= 0x30A00000 56 ${LD} -N -Ttext ${RELOC} -Bstatic -e ${ENTRY} -o ${.TARGET}.elf \
|
/src/sys/arch/evbarm/stand/bootimx23/ |
Makefile | 31 RELOC= 0x00000000 46 ${LD} -N -Ttext ${RELOC} -Bstatic -e ${ENTRY} -o ${.TARGET} \
|
/src/sys/arch/hp300/hp300/ |
pmap_bootstrap.c | 51 #define RELOC(v, t) *((t*)((uintptr_t)&(v) + firstpa)) 118 if (RELOC(mmutype, int) == MMU_68040) 129 nptpages = RELOC(Sysptsize, int) + howmany(RELOC(physmem, int), NPTEPG) + 162 if (RELOC(mmutype, int) == MMU_68040) { 361 if (RELOC(mmutype, int) == MMU_68040) 375 if (RELOC(mmutype, int) == MMU_68040) { 396 RELOC(intiobase, uint8_t *) = (uint8_t *)PTE2VA(pte); 397 RELOC(intiolimit, uint8_t *) = (uint8_t *)PTE2VA(epte); 402 RELOC(extiobase, uint8_t *) = (uint8_t *)PTE2VA(pte) [all...] |
/src/sys/arch/mmeye/stand/boot/ |
Makefile | 25 RELOC= 8c800000 32 RELOC= 89000000 77 ${LD} -N -Ttext ${RELOC} -Bstatic -e ${ENTRY} -o ${PROG} \
|
/src/sys/arch/mvme68k/mvme68k/ |
pmap_bootstrap.c | 53 #define RELOC(v, t) *((t*)((uintptr_t)&(v) + firstpa)) 108 if (RELOC(phys_seg_list[i].ps_start, paddr_t) == 109 RELOC(phys_seg_list[i].ps_end, paddr_t)) { 119 RELOC(phys_seg_list[i].ps_start, paddr_t) = 120 m68k_round_page(RELOC(phys_seg_list[i].ps_start, 122 RELOC(phys_seg_list[i].ps_end, paddr_t) = 123 m68k_trunc_page(RELOC(phys_seg_list[i].ps_end, 126 size = RELOC(phys_seg_list[i].ps_end, paddr_t) - 127 RELOC(phys_seg_list[i].ps_start, paddr_t); 129 RELOC(mem_clusters[i].start, u_quad_t) [all...] |
/src/sys/arch/ofppc/stand/ofwboot/ |
Makefile | 41 RELOC= 20000 46 CPPFLAGS+= -DRELOC=0x${RELOC} 68 ${LD} -s -N -T ${.CURDIR}/ldscript -Ttext ${RELOC} -Bstatic \
|
/src/sys/arch/rs6000/stand/boot/ |
Makefile | 33 CPPFLAGS+= -D_STANDALONE -DRELOC=${RELOC} -DUSE_SCAN 48 RELOC= 0x800000 49 #RELOC= 0x0 56 -Ttext ${RELOC} ${OBJS} ${LIBS}
|
/src/sys/arch/shark/stand/ofwboot/ |
Makefile | 34 RELOC= f0000000 39 CPPFLAGS+= -DRELOC=0x${RELOC} 63 ${LD} -s -N -Ttext ${RELOC} -Bstatic -e ${ENTRY} -o ${.TARGET}.aout \
|
/src/sys/arch/luna68k/luna68k/ |
pmap_bootstrap.c | 50 #define RELOC(v, t) *((t*)((uintptr_t)&(v) + firstpa)) 115 iiomapsize = m68k_btop(RELOC(intiotop_phys, u_int) - 116 RELOC(intiobase_phys, u_int)); 120 if (RELOC(mmutype, int) == MMU_68040) 129 nptpages = RELOC(Sysptsize, int) + howmany(RELOC(physmem, int), NPTEPG) + 159 if (RELOC(mmutype, int) == MMU_68040) { 334 if (RELOC(mmutype, int) == MMU_68040) 349 if (RELOC(mmutype, int) == MMU_68040) { 365 protopte = RELOC(intiobase_phys, u_int) | PG_RW | PG_CI | PG_V [all...] |
/src/sys/arch/x68k/x68k/ |
pmap_bootstrap.c | 51 #define RELOC(v, t) *((t*)((uintptr_t)&(v) + firstpa)) 117 if (RELOC(mmutype, int) == MMU_68040) 126 nptpages = RELOC(Sysptsize, int) + howmany(RELOC(physmem, int), NPTEPG) + 159 if (RELOC(mmutype, int) == MMU_68040) { 332 if (RELOC(mmutype, int) == MMU_68040) 346 if (RELOC(mmutype, int) == MMU_68040) { 363 RELOC(intiobase, uint8_t *) = (uint8_t *)PTE2VA(pte); 364 RELOC(intiolimit, uint8_t *) = (uint8_t *)PTE2VA(epte); 369 RELOC(virtual_avail, vaddr_t) = PTE2VA(pte) [all...] |