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

  /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/evbarm/stand/gzboot/
srtbegin.S 65 beq relocated /* yes, in RAM */
80 relocated: label
119 .word relocated
  /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/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

Completed in 24 milliseconds