Searched defs:mcause (Results 1 – 5 of 5) sorted by relevance
| /kernel/liteos_m/targets/riscv_nuclei_demo_soc_gcc/SoC/demosoc/Common/Source/ |
| D | system_demosoc.c | 157 static void system_default_exception_handler(unsigned long mcause, unsigned long sp) in system_default_exception_handler() 227 uint32_t core_exception_handler(unsigned long mcause, unsigned long sp) in core_exception_handler()
|
| /kernel/liteos_m/targets/riscv_nuclei_gd32vf103_soc_gcc/SoC/gd32vf103/Common/Source/ |
| D | system_gd32vf103.c | 352 static void system_default_exception_handler(unsigned long mcause, unsigned long sp) in system_default_exception_handler() 421 uint32_t core_exception_handler(unsigned long mcause, unsigned long sp) in core_exception_handler()
|
| /kernel/liteos_m/arch/risc-v/nuclei/gcc/ |
| D | los_interrupt.c | 201 WEAK UINT32 HalUnalignedAccessFix(UINTPTR mcause, UINTPTR mepc, UINTPTR mtval, VOID *sp) in HalUnalignedAccessFix()
|
| /kernel/liteos_m/arch/risc-v/riscv32/gcc/ |
| D | los_interrupt.c | 306 WEAK UINT32 HalUnalignedAccessFix(UINTPTR mcause, UINTPTR mepc, UINTPTR mtval, VOID *sp) in HalUnalignedAccessFix()
|
| D | los_arch_interrupt.h | 56 UINT32 mcause; member
|