Home
last modified time | relevance | path

Searched refs:RELOC (Results 1 – 25 of 27) sorted by relevance

12

/original-bsd/sys/hp300/hp300/
H A Dpmap_bootstrap.c317 RELOC(Sysseg, struct ste *) =
322 RELOC(Sysptmap, struct pte *) =
328 RELOC(Sysmap, struct pte *) =
334 RELOC(Umap, vm_offset_t) =
342 RELOC(intiobase, char *) =
344 RELOC(intiolimit, char *) =
350 RELOC(extiobase, char *) =
356 RELOC(CLKbase, vm_offset_t) =
358 RELOC(MMUbase, vm_offset_t) =
395 RELOC(avail_end, vm_offset_t) =
[all …]
H A Dlocore.s853 RELOC(tmpstk, a0)
855 RELOC(_lowram, a0)
891 RELOC(_ectype, a0)
902 RELOC(_mmutype, a0)
904 RELOC(_ectype, a0)
925 RELOC(_mmutype, a0)
950 RELOC(_maxmem, a0)
955 RELOC(_physmem, a0)
983 RELOC(_mmutype, a0)
991 RELOC(_protorp, a0)
[all …]
/original-bsd/sys/vax/mdec/
H A Draboot.c18 .set RELOC,0x50000
50 movl $RELOC,sp
56 jmp *$RELOC+start2
81 acbl $RELOC,$8,r4,clrcor
H A Dupboot.c18 .set RELOC,0x50000
73 movl $RELOC,sp
87 movl $RELOC,sp
90 jmp *$RELOC+start2
111 acbl $RELOC,$8,r3,clrcor
H A Dhkboot.c16 .set RELOC,0x50000
84 movl $RELOC,sp
87 jmp *$RELOC+start2
113 acbl $RELOC,$8,r3,clrcor
H A Drlboot.c17 .set RELOC,0x50000
73 movl $RELOC,sp
76 jmp *$RELOC+start2
107 acbl $RELOC,$8,r3,clrcor
H A Dtsboot.c17 .set RELOC,0x70000
70 movl $RELOC,fp /* core loc to which to move this program */
75 jmp start+RELOC
77 ashl $-9,$RELOC,r0
120 cmpl r6,$RELOC-512 /* check if file fits below stack */
129 subl3 r7,$RELOC-4,r0 /* no. bytes to clear */
H A Dhpboot.c24 .set RELOC,0x70000
82 movl $RELOC,sp
85 jmp *$RELOC+start1
127 acbl $RELOC,$8,r3,clrcor
H A Dtmboot.c17 .set RELOC,0x70000
73 movl $RELOC,fp /* core loc to which to move this program */
78 jmp start+RELOC
117 cmpl r6,$RELOC-512 /* check if file fits below stack */
126 subl3 r7,$RELOC-4,r0 /* no. bytes to clear */
H A Dhtboot.c18 .set RELOC,0x70000
84 movl $RELOC,fp /* core loc to which to move this program */
89 jmp start+RELOC
131 cmpl r6,$RELOC-512 /* check if file fits below stack */
140 subl3 r7,$RELOC-4,r0 /* no. bytes to clear */
H A Dutboot.c17 .set RELOC,0x70000
85 movl $RELOC,fp /* core loc to which to move this program */
90 jmp start+RELOC
129 cmpl r6,$RELOC-512 /* check if file fits below stack */
138 subl3 r7,$RELOC-4,r0 /* no. bytes to clear */
H A Dmtboot.c21 .set RELOC,0x70000
87 movl $RELOC,fp /* core loc to which to move this program */
92 jmp start+RELOC
135 cmpl r6,$RELOC-512 /* check if file fits below stack */
144 subl3 r7,$RELOC-4,r0 /* no. bytes to clear */
H A Dtuboot.c29 .set RELOC,0x70000
77 movl $RELOC,fp /* core loc to which to move this program */
82 jmp start+RELOC
H A Dtmscpboot.c14 .set RELOC,0x70000
115 movl $RELOC,fp # core loc to which to move this program
124 addl3 $reginit,$RELOC,r0
133 ashl $-9,$RELOC-512,r0 # setting up map register for our stack
189 cmpl r4,$RELOC-512 # check if file fits below stack
229 ashl $-9,$RELOC-512,r0 # set up map register for our stack
/original-bsd/sys/i386/stand/
H A DMakefile13 RELOC= 70000 macro
42 ${CPP} -E -DLOCORE -DRELOC=0x${RELOC} srt0.c | ${AS} -o srt0.o
45 ${CPP} -E -DLOCORE -DSMALL -DRELOC=0x${RELOC} -DREL srt0.c | \
49 ${CPP} -E -DLOCORE -DRELOC=0x${RELOC} -DREL srt0.c | ${AS} -o relsrt0.o
54 ${CPP} -E -DLOCORE -DRELOC=0x${RELOC} wdbootblk.c | ${AS} -o $@
57 ${CPP} -E -DLOCORE -DRELOC=0x${RELOC} fdbootblk.c | ${AS} -o $@
62 ld -N -T ${RELOC} -o $@ boot.o bootconf.o cga.o relsrt0.o ${LIBS}
83 ld -N -T ${RELOC} wdbootblk.o
99 ld -N -T ${RELOC} fdbootblk.o
H A Dsrt0.c42 #movl $entry-RELOC,%esi # from beginning of ram
45 movl $ RELOC,%edi # to relocated area
46 # movl $_edata-RELOC,%ecx # this much
62 movl $ RELOC-4*4,%esp
74 movl $ RELOC-0x2400,%esp
H A Dwdbootblk.c95 movl $ RELOC,%edi
142 cmpl $ RELOC+16*512-1,%edi
/original-bsd/sys/vax/stand/
H A DMakefile12 RELOC= 150000 macro
67 ${CC} -E -DRELOC=0x${RELOC} ${COPTS} srt0.c | as -o srt0.o
70 ${CC} -E -DRELOC=0x${RELOC} -DTP ${COPTS} srt0.c | as -o tpsrt0.o
78 ld -N -T ${RELOC} relsrt0.o tpboot.o ${LIBS}
104 ld -N -T ${RELOC} -o $@ relsrt0.o boot.o bootconf.o ${LIBS}
167 ld -N -T ${RELOC} relsrt0.o confrk.o ${SMOBJ} ${LIBS}
174 ld -N -T ${RELOC} relsrt0.o confhp.o sm_hp.o ${SMOBJ} ${SMLIBS}
181 ld -N -T ${RELOC} relsrt0.o confkra.o ${SMOBJ} ${SMLIBS}
188 ld -N -T ${RELOC} relsrt0.o confup.o sm_up.o ${SMOBJ} ${SMLIBS}
195 ld -N -T ${RELOC} relsrt0.o confra.o ${SMOBJ} ${SMLIBS}
[all …]
H A Dsrt0.c66 movl $RELOC,sp
68 movl $RELOC-0x2400,sp
115 aedata: .long _edata-RELOC
/original-bsd/sys/hp300/stand/
H A DMakefile11 RELOC= FFF00000 macro
56 ld -N -T ${RELOC} -e begin srt0.o tboot.o ${LIBS} -o $@
66 ld -N -T ${RELOC} -e begin tpsrt0.o copy.o ${LIBS} -o $@
73 ld -N -T ${RELOC} -e begin srt0.o boot.o bootconf.o ${LIBS} -o $@
87 ld -N -T ${RELOC} -e begin -o nboot srt0.o nboot.o bootconf.o ${LIBS}
99 ld -N -T ${RELOC} -e begin -o dcopy srt0.o copy.o conf.o ${LIBS}
/original-bsd/sys/tahoe/stand/
H A Dsrt0.c33 .space 0x1000-RELOC
44 movl $RELOC,r0 /* source address to copy from */
H A DMakefile11 RELOC= 800 macro
16 LDTOPT= -T ${RELOC} -e _entry -x
18 DEFS= -DSTANDALONE -DCOMPAT_42 -DTAHOE -DRELOC=0x${RELOC}
H A Dboot.c96 if (read(io, (char *)RELOC, x.a_text) != x.a_text)
98 addr = (char *)(x.a_text + RELOC);
/original-bsd/sys/tahoe/stand/vdformat/
H A DMakefile23 RELOC= 800 macro
24 LDTOPT= -T ${RELOC} -e _entry -x
/original-bsd/sys/pmax/stand/
H A DMakefile9 RELOC= 80300000 macro
39 ld -N -Ttext ${RELOC} -e start start.o boot.o bootconf.o ${LIBS} -o $@

12