Lines Matching refs:t0
42 li t0, CONFIG_RV_BOOT_HART
43 beq a0, t0, boot_first_core
52 li t0, MSTATUS_FS_INIT
53 csrs mstatus, t0
64 la t0, z_interrupt_stacks
67 add t1, t1, t0
72 sw t2, 0x00(t0)
73 addi t0, t0, 4
74 blt t0, t1, aa_loop
82 li t0, __z_interrupt_stack_SIZEOF
83 add sp, sp, t0
97 la t0, riscv_cpu_wake_flag
99 sr t1, 0(t0)
100 la t0, riscv_cpu_boot_flag
101 sr zero, 0(t0)
104 la t0, riscv_cpu_wake_flag
105 lr t0, 0(t0)
106 bne a0, t0, wait_secondary_wake_flag
109 la t0, riscv_cpu_sp
110 lr sp, 0(t0)
112 la t0, riscv_cpu_boot_flag
114 sr t1, 0(t0)