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

  /src/sys/arch/riscv/riscv/
locore.S 39 #define BOOT_AP_STACKSIZE 1024 /* size of temporary stack for APs */
434 li t1, BOOT_AP_STACKSIZE // XXXNH do a shift
437 /* sp = bootstk + (BOOT_AP_STACKSIZE * cpuindex) */
762 .space BOOT_AP_STACKSIZE * (MAXCPUS - 1)
  /src/sys/arch/aarch64/aarch64/
locore.S 55 #define BOOT_AP_STACKSIZE 256 /* size of temporary stack for APs */
422 mov x1, #BOOT_AP_STACKSIZE
425 add sp, x0, x1 /* sp = bootstk + (BOOT_AP_STACKSIZE * cpuindex) */
1064 .space BOOT_AP_STACKSIZE * (MAXCPUS - 1)

Completed in 25 milliseconds