Home
last modified time | relevance | path

Searched refs:t0 (Results 1 - 7 of 7) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/startup/
H A Driscv_init_flashboot.S89 csrr t0, mcause
92 bne t0, t1, 1f
95 csrr t0, mepc
96 addi t0, t0, 4
97 csrw mepc, t0
103 bne t0, t1, 2f
106 csrr t0, mepc
107 addi t0, t0,
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/startup/
H A Driscv_init_loaderboot.S199 csrr t0, mcause
202 bne t0, t1, 1f
205 csrr t0, mepc
206 addi t0, t0, 4
207 csrw mepc, t0
213 bne t0, t1, 2f
216 csrr t0, mepc
217 addi t0, t0,
[all...]
/device/qemu/riscv32_virt/liteos_m/board/
H A Dlos_start.S34 SREG t0, 30 * REGBYTES(sp)
43 li t0, RISCV_MSTATUS_MPP
44 csrw mstatus, t0
46 la t0, HalTrapVector
47 csrw mtvec, t0 # direct mode
54 la t0, __bss_start
57 sw zero, 0x0(t0)
58 addi t0, t0, 0x4
59 bgtu t1, t0,
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_crash.h126 hi_u32 t0; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_host.h299 hi_u32 t0; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/src/
H A Dblackbox_adapter_impl.c144 "t0:0x%x\r\nt1:0x%x\r\nt2:0x%x\r\ns0:0x%x\r\n", in SaveRegInfo()
145 sysErrInfo->reg_info.t0, sysErrInfo->reg_info.t1, in SaveRegInfo()
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c11311 u64 t0, domain_cost; in newidle_balance() local
11319 t0 = sched_clock_cpu(this_cpu); in newidle_balance()
11323 domain_cost = sched_clock_cpu(this_cpu) - t0; in newidle_balance()

Completed in 18 milliseconds