Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/riscv/
H A Dprocessor.c45 if (info->interrupt_handlers[irq_cause]) { in do_handle_exception()
46 info->interrupt_handlers[irq_cause](regs); in do_handle_exception()
68 info->interrupt_handlers[cause] = handler; in install_irq_handler()
/kvm-unit-tests/lib/riscv/asm/
H A Dprocessor.h20 exception_fn interrupt_handlers[INTERRUPT_CAUSE_MAX]; member