Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/riscv/
H A Dprocessor.h121 typedef void(*exception_handler_fn)(struct pt_regs *); typedef
126 void vm_install_exception_handler(struct kvm_vm *vm, int vector, exception_handler_fn handler);
128 void vm_install_interrupt_handler(struct kvm_vm *vm, exception_handler_fn handler);
/linux/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c417 exception_handler_fn exception_handlers[NR_VECTORS][NR_EXCEPTIONS];
457 void vm_install_exception_handler(struct kvm_vm *vm, int vector, exception_handler_fn handler) in vm_install_exception_handler()
465 void vm_install_interrupt_handler(struct kvm_vm *vm, exception_handler_fn handler) in vm_install_interrupt_handler()