Searched refs:mcause (Results 1 - 6 of 6) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_crash.h | 252 hi_u32 mcause; /**< CPU mcause register value.CNcomment:CPU mcause寄存器值.CNend */ member 426 when err_id is fault in task or isr, reboot_cause would be mcause of cpu regs. Otherwise, reboot_cause would be 0. 428 当为任务或中断中异常时,取值为cpu mcause寄存器,否则为0。
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/startup/ |
H A D | riscv_init_loaderboot.S | 140 csrr s3, mcause 199 csrr t0, mcause
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_host.h | 315 hi_u32 mcause; /* *< CPU mcause register value.CNcomment:CPU mcause寄存器值.CNend */ member
|
H A D | hcc_host.c | 1446 oam_error_log1(0, 0, "mcause = 0x%x", info->core_info.mcause);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/startup/ |
H A D | riscv_init_flashboot.S | 89 csrr t0, mcause
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/src/ |
H A D | blackbox_adapter_impl.c | 128 "mcause:0x%x\r\nccause:0x%x\r\n", sysErrInfo->reg_info.mepc, in SaveRegInfo() 130 sysErrInfo->core_info.mcause, sysErrInfo->core_info.ccause); in SaveRegInfo()
|
Completed in 6 milliseconds