Home
last modified time | relevance | path

Searched refs:MCAUSE_INT (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/riscv/lib/
H A Dinterrupts.c71 is_irq = (cause & MCAUSE_INT); in handle_trap()
72 irq = (cause & ~MCAUSE_INT); in handle_trap()
/openbmc/u-boot/arch/riscv/include/asm/
H A Dencoding.h156 # define MCAUSE_INT MCAUSE64_INT macro
163 # define MCAUSE_INT MCAUSE32_INT macro