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

1 2 3 4 5 6 7 8 9

  /src/sys/arch/next68k/next68k/
nextrom.c 62 #define RELOC(v, t) (*((t *)((u_int)&(v) + NEXT_RAMBASE)))
65 (*(volatile type *)((u_int)RELOC(mg, volatile struct mon_global *) + off))
99 (RELOC(romprint_hextable[((v)>>4)&0xf], char)); \
101 (RELOC(romprint_hextable[(v)&0xf], char)); \
148 RELOC(rom_return_sp, uint8_t *) = args[0];
149 RELOC(mg, char *) = args[1];
193 RELOC(nsym, int) = 1;
194 RELOC(ssym, char *) = end;
195 RELOC(esym, char *) = (char *)maxsym - NEXT_RAMBASE;
198 ROM_PUTX(RELOC(nsym, int))
    [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...]
  /src/sys/arch/amiga/amiga/
amiga_init.c 73 #define RELOC(v, t) *((t*)((u_int)&(v) + loadbase))
246 RELOC(boot_fphystart, u_long) = fphystart;
247 RELOC(boot_fphysize, u_long) = fphysize;
248 RELOC(boot_cphysize, u_long) = cphysize;
250 RELOC(machineid, int) = id;
251 RELOC(chipmem_end, vaddr_t) = cphysize;
252 RELOC(esym, char *) = esym_addr;
253 RELOC(boot_flags, u_long) = flags;
254 RELOC(boot_partition, u_long) = boot_part;
257 RELOC(aga_enable, u_long) |= 1
    [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/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/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/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/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/x68k/x68k/
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)
129 nptpages = RELOC(Sysptsize, int) +
130 howmany(RELOC(physmem, psize_t), NPTEPG) +
163 if (RELOC(mmutype, int) == MMU_68040) {
336 if (RELOC(mmutype, int) == MMU_68040)
350 if (RELOC(mmutype, int) == MMU_68040) {
367 RELOC(intiobase, uint8_t *) = (uint8_t *)PTE2VA(pte);
372 RELOC(virtual_avail, vaddr_t) = PTE2VA(pte)
    [all...]
  /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/m68k/m68k/
mmu_enable.s 57 RELOC(Sysseg_pa, %a0) | system segment table addr
60 RELOC(mmutype, %a0)
65 RELOC(mmu_tt40, %a0) | pointer to TT reg values
67 RELOC(mmu_load_tt40,%a0) | pass it to mmu_load_tt40()
76 RELOC(cputype, %a0)
93 RELOC(protorp, %a0)
97 RELOC(mmutype, %a0)
100 RELOC(mmu_tt30, %a0) | pointer to TT reg values
102 RELOC(mmu_load_tt30,%a0) | pass it to mmu_load_tt30()
  /src/sys/arch/virt68k/virt68k/
pmap_bootstrap.c 117 #define RELOC(v, t) *((t *)VA_TO_PA(&(v)))
119 RELOC(kernel_reloc_offset, vaddr_t) = reloff;
125 if (RELOC(mmutype, int) == MMU_68040)
137 nptpages = RELOC(Sysptsize, int) +
138 howmany(RELOC(physmem, psize_t), NPTEPG);
170 if (RELOC(mmutype, int) == MMU_68040) {
350 if (RELOC(mmutype, int) == MMU_68040)
364 if (RELOC(mmutype, int) == MMU_68040) {
375 RELOC(virtual_avail, vaddr_t) = PTE2VA(pte);
383 RELOC(Sysseg, st_entry_t *) = (st_entry_t *)PA_TO_VA(kstpa)
    [all...]
  /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/SMDK2800_flash_0x00100000/
Makefile 6 RELOC= 0x00100000
  /src/sys/arch/evbarm/stand/gzboot/TS7200_flash_0x60660000/
Makefile 6 RELOC= 0x60660000
  /src/external/bsd/nvi/dist/common/
dldb.c 11 #define RELOC(func,returntype,args,proto,types) \
21 RELOC(db_create,int,(a,b,c),(DB **, DB_ENV *, u_int32_t),
23 RELOC(db_env_create,int,(a,b),(DB_ENV **, u_int32_t),DB_ENV ** a;u_int32_t b;);
24 RELOC(db_strerror,char *,(a),(int),int a;)
  /src/external/gpl3/binutils/dist/include/coff/
tic30.h 29 /* The external reloc has an offset field, because some of the reloc
42 #define RELOC struct external_reloc
x86.h 56 #define RELOC struct external_reloc
  /src/external/gpl3/binutils.old/dist/include/coff/
tic30.h 29 /* The external reloc has an offset field, because some of the reloc
42 #define RELOC struct external_reloc
x86.h 56 #define RELOC struct external_reloc
  /src/external/gpl3/gdb.old/dist/include/coff/
tic30.h 29 /* The external reloc has an offset field, because some of the reloc
42 #define RELOC struct external_reloc
x86.h 56 #define RELOC struct external_reloc
  /src/external/gpl3/gdb/dist/include/coff/
tic30.h 29 /* The external reloc has an offset field, because some of the reloc
42 #define RELOC struct external_reloc

Completed in 66 milliseconds

1 2 3 4 5 6 7 8 9