Searched refs:exception_handler_fn (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/kvm/include/riscv/
H A Dprocessor.h94 typedef void(*exception_handler_fn)(struct ex_regs *); typedef
99 void vm_install_exception_handler(struct kvm_vm *vm, int vector, exception_handler_fn handler);
101 void vm_install_interrupt_handler(struct kvm_vm *vm, exception_handler_fn handler);
/linux-master/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c401 exception_handler_fn exception_handlers[NR_VECTORS][NR_EXCEPTIONS];
441 void vm_install_exception_handler(struct kvm_vm *vm, int vector, exception_handler_fn handler)
449 void vm_install_interrupt_handler(struct kvm_vm *vm, exception_handler_fn handler)

Completed in 150 milliseconds