Home
last modified time | relevance | path

Searched defs:mcause (Results 1 – 5 of 5) sorted by relevance

/kernel/liteos_m/targets/riscv_nuclei_demo_soc_gcc/SoC/demosoc/Common/Source/
Dsystem_demosoc.c157 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/
Dsystem_gd32vf103.c352 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/
Dlos_interrupt.c201 WEAK UINT32 HalUnalignedAccessFix(UINTPTR mcause, UINTPTR mepc, UINTPTR mtval, VOID *sp) in HalUnalignedAccessFix()
/kernel/liteos_m/arch/risc-v/riscv32/gcc/
Dlos_interrupt.c306 WEAK UINT32 HalUnalignedAccessFix(UINTPTR mcause, UINTPTR mepc, UINTPTR mtval, VOID *sp) in HalUnalignedAccessFix()
Dlos_arch_interrupt.h56 UINT32 mcause; member