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

  /src/sys/arch/riscv/riscv/
locore.S 92 PTR_LA t0, _C_LABEL(bootstk)
119 PTR_LA s6, _C_LABEL(bootstk)
145 // s6 bootstk
157 VPRINTS("bootstk: ")
323 PTR_LA t0, bootstk // top of lwp0uspace
387 PTR_LA t0, _C_LABEL(bootstk)
388 /* sp = bootstk + (BOOT_AP_STACKSIZE * cpuindex) */
710 bootstk: label
locore.S 92 PTR_LA t0, _C_LABEL(bootstk)
119 PTR_LA s6, _C_LABEL(bootstk)
145 // s6 bootstk
157 VPRINTS("bootstk: ")
323 PTR_LA t0, bootstk // top of lwp0uspace
387 PTR_LA t0, _C_LABEL(bootstk)
388 /* sp = bootstk + (BOOT_AP_STACKSIZE * cpuindex) */
710 bootstk: label
  /src/sys/arch/aarch64/aarch64/
locore.S 93 adrl x0, bootstk
424 adrl x0, bootstk
425 add sp, x0, x1 /* sp = bootstk + (BOOT_AP_STACKSIZE * cpuindex) */
1061 bootstk: label
locore.S 93 adrl x0, bootstk
424 adrl x0, bootstk
425 add sp, x0, x1 /* sp = bootstk + (BOOT_AP_STACKSIZE * cpuindex) */
1061 bootstk: label

Completed in 64 milliseconds