HomeSort by: relevance | last modified time | path
    Searched refs:relocated (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/evbarm/stand/gzboot/
srtbegin.S 65 beq relocated /* yes, in RAM */
80 relocated: label
119 .word relocated
  /src/sys/arch/vax/boot/common/
srt0.S 51 beql relocated # already relocated, skip copy
59 pushl $relocated
61 relocated: # now relocation is done !!! label
  /src/sys/arch/mvme68k/stand/libsa/
SRT0.S 56 | Force a long jump to the relocated code (not pc-relative)
61 | now in the relocated code
63 | Set up stack (just before relocated text)
67 | now that we have relocated, call the bugcrt (note we skip over the special
  /src/sys/arch/vax/boot/xxboot/
start.S 46 .globl _C_LABEL(_start) # of code to be relocated. We can use this
48 # or to get the relocated address (abs).
197 movl $_C_LABEL(start), %r3 # get relocated base-address of code
201 movl $relocated, -(%sp) # return-address on top of stack
203 relocated: # now relocation is done !!! label
  /src/sys/arch/hppa/stand/common/
srt0.S 106 ; We have relocated ourself to RELOC. If we are running on a machine
110 ldil L%RELOC,%r22 ; Set %t1 to start of relocated code.
133 EXIT(begin) /* jump to relocated code */
  /src/sys/arch/amiga/stand/bootblock/boot/
startit.s 192 movl %a3,%sp@ | address of relocated below
196 bra Lchoff | and to relocated below
207 bra Lchoff | and to relocated ckend
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_vm.h 259 /* PT BOs which relocated and their parent need an update */
260 struct list_head relocated; member in struct:amdgpu_vm
amdgpu_vm.c 248 * @vm_bo: vm_bo which is relocated
254 list_move(&vm_bo->vm_status, &vm_bo->vm->relocated);
1309 if (list_empty(&vm->relocated))
1321 while (!list_empty(&vm->relocated)) {
1324 entry = list_first_entry(&vm->relocated, struct amdgpu_vm_pt,
2826 INIT_LIST_HEAD(&vm->relocated);
  /src/sys/arch/sun3/sun3/
locore.s 131 | Force a long jump to the relocated code (high VA).
137 | We are now running in the correctly relocated kernel, so
  /src/share/mk/
bsd.kmodule.mk 45 # that, when relocated by the module loader, result in addresses that
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 5168 # default) and relocated if they conflict, which is a slow very memory
6156 library is relocated])
6895 # default) and relocated if they conflict, which is a slow very memory

Completed in 55 milliseconds