Searched refs:exception_handler_fn (Results 1 – 2 of 2) sorted by relevance
121 typedef void(*exception_handler_fn)(struct pt_regs *); typedef126 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);
402 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