Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/include/riscv/
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);
/tools/testing/selftests/kvm/lib/riscv/
A Dprocessor.c402 exception_handler_fn exception_handlers[NR_VECTORS][NR_EXCEPTIONS];
442 void vm_install_exception_handler(struct kvm_vm *vm, int vector, exception_handler_fn handler) in vm_install_exception_handler()
450 void vm_install_interrupt_handler(struct kvm_vm *vm, exception_handler_fn handler) in vm_install_interrupt_handler()

Completed in 13 milliseconds