HomeSort by: relevance | last modified time | path
    Searched defs:RELOC (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /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/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/i386/stand/dosboot/
Makefile 9 RELOC= 0x100
  /src/sys/arch/i386/stand/pxeboot/
Makefile 9 RELOC= 0x0
  /src/sys/arch/mvme68k/stand/sboot/
Makefile 11 RELOC= 0x4000
  /src/sys/arch/evbarm/stand/bootimx23/
Makefile 31 RELOC= 0x00000000
46 ${LD} -N -Ttext ${RELOC} -Bstatic -e ${ENTRY} -o ${.TARGET} \
  /src/sys/arch/next68k/stand/boot/
Makefile 23 RELOC= 4380000
73 ${LD} -N -Ttext ${RELOC} -e start srt0.o ${OBJS} ${LIBS} -o $@.elf
  /src/sys/arch/bebox/stand/boot/
Makefile 36 CPPFLAGS+= -D_STANDALONE -DRELOC=${RELOC} -DUSE_SCAN
58 RELOC= 0x700000
67 -Ttext ${RELOC} ${OBJS} ${LIBS}
  /src/sys/arch/cesfic/cesfic/
pmap_bootstrap.c 48 #define RELOC(v, t) *((t*)((uintptr_t)&(v) + firstpa - KERNBASE))
113 RELOC(kernel_reloc_offset, vaddr_t) = firstpa;
117 if (RELOC(mmutype, int) == MMU_68040)
128 nptpages = RELOC(Sysptsize, int) +
129 howmany(RELOC(physmem, psize_t), NPTEPG);
164 if (RELOC(mmutype, int) == MMU_68040) {
361 if (RELOC(mmutype, int) == MMU_68040)
375 if (RELOC(mmutype, int) == MMU_68040) {
390 RELOC(Sysseg, st_entry_t *) =
392 RELOC(Sysseg_pa, paddr_t) = kstpa
    [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/hp300/hp300/
pmap_bootstrap.c 51 #define RELOC(v, t) *((t*)((uintptr_t)&(v) + firstpa))
116 RELOC(kernel_reloc_offset, vaddr_t) = firstpa;
120 if (RELOC(mmutype, int) == MMU_68040)
131 nptpages = RELOC(Sysptsize, int) +
132 howmany(RELOC(physmem, psize_t), NPTEPG) +
165 if (RELOC(mmutype, int) == MMU_68040) {
364 if (RELOC(mmutype, int) == MMU_68040)
378 if (RELOC(mmutype, int) == MMU_68040) {
399 RELOC(intiobase, uint8_t *) = (uint8_t *)PTE2VA(pte);
404 RELOC(extiobase, uint8_t *) = (uint8_t *)PTE2VA(pte)
    [all...]
  /src/sys/arch/luna68k/luna68k/
pmap_bootstrap.c 50 #define RELOC(v, t) *((t*)((uintptr_t)&(v) + firstpa))
110 RELOC(kernel_reloc_offset, vaddr_t) = firstpa;
114 if (RELOC(mmutype, int) == MMU_68040)
123 nptpages = RELOC(Sysptsize, int) +
124 howmany(RELOC(physmem, psize_t), NPTEPG);
153 if (RELOC(mmutype, int) == MMU_68040) {
328 if (RELOC(mmutype, int) == MMU_68040)
343 if (RELOC(mmutype, int) == MMU_68040) {
359 RELOC(virtual_avail, vaddr_t) = PTE2VA(pte);
367 RELOC(Sysseg, st_entry_t *) = (st_entry_t *)(kstpa - firstpa)
    [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))
119 RELOC(kernel_reloc_offset, vaddr_t) = firstpa;
122 RELOC(intiobase_phys, u_int) + RELOC(intiosize, u_int);
123 iiomappages = m68k_btop(intio_endpa - RELOC(intiobase_phys, u_int));
128 if (RELOC(mmutype, int) == MMU_68040)
138 nptpages = RELOC(Sysptsize, int) +
139 howmany(RELOC(physmem, psize_t), NPTEPG) +
172 if (RELOC(mmutype, int) == MMU_68040) {
345 if (RELOC(mmutype, int) == MMU_68040
    [all...]
  /src/sys/arch/news68k/news68k/
pmap_bootstrap.c 54 #define RELOC(v, t) *((t*)((uintptr_t)&(v) + firstpa))
114 RELOC(kernel_reloc_offset, vaddr_t) = firstpa;
119 if (RELOC(mmutype, int) == MMU_68040)
129 nptpages = RELOC(Sysptsize, int) +
130 howmany(RELOC(physmem, psize_t), NPTEPG);
167 if (RELOC(mmutype, int) == MMU_68040) {
343 if (RELOC(mmutype, int) == MMU_68040)
359 if (RELOC(mmutype, int) == MMU_68040) {
375 RELOC(virtual_avail, vaddr_t) = PTE2VA(pte);
383 RELOC(Sysseg, st_entry_t *) = (st_entry_t *)(kstpa - firstpa)
    [all...]
  /src/sys/arch/next68k/next68k/
locore.s 138 #define RELOC(var, ar) _RELOC(_C_LABEL(var), ar)
166 moveal #NEXT_RAMBASE,%a5 | amount to RELOC by.
167 RELOC(lowram,%a0) | store base of memory.
178 RELOC(next68k_bootargs,%a0)
184 * except %a5 are free. %a5 is used by the RELOC() macro on hp300
199 RELOC(mmutype, %a0) | no, we have 68030
201 RELOC(cputype, %a0)
203 RELOC(machineid, %a0)
224 RELOC(mmutype, %a0)
226 RELOC(cputype, %a0
    [all...]
pmap_bootstrap.c 64 #define RELOC(v, t) *((t*)((uintptr_t)&(v) + firstpa))
130 RELOC(kernel_reloc_offset, vaddr_t) = firstpa;
135 if (RELOC(mmutype, int) == MMU_68040)
145 fbmapsize = btoc(RELOC(fblimitpa, paddr_t) - RELOC(fbbasepa, paddr_t));
146 nptpages = RELOC(Sysptsize, int) +
147 howmany(RELOC(physmem, psize_t), NPTEPG) +
180 if (RELOC(mmutype, int) == MMU_68040) {
354 if (RELOC(mmutype, int) == MMU_68040)
368 if (RELOC(mmutype, int) == MMU_68040)
    [all...]

Completed in 564 milliseconds

1 2 3