Home
last modified time | relevance | path

Searched defs:mepc (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_m/arch/risc-v/nuclei/gcc/
Dlos_interrupt.c186 WEAK UINT32 HalUnalignedAccessFix(UINTPTR mcause, UINTPTR mepc, UINTPTR mtval, VOID *sp) in HalUnalignedAccessFix()
/kernel/liteos_m/arch/risc-v/riscv32/gcc/
Dlos_interrupt.c291 WEAK UINT32 HalUnalignedAccessFix(UINTPTR mcause, UINTPTR mepc, UINTPTR mtval, VOID *sp) in HalUnalignedAccessFix()
Dlos_arch_context.h101 UINT32 mepc; member
/kernel/linux/linux-6.6/arch/riscv/kernel/
Dtraps_misaligned.c166 static inline ulong get_insn(ulong mepc) in get_insn()