Searched refs:intercept_handler_t (Results 1 – 3 of 3) sorted by relevance
28 static const intercept_handler_t instruction_handlers[256] = {115 intercept_handler_t handler; in handle_instruction()354 static const intercept_handler_t intercept_funcs[] = {370 intercept_handler_t func; in kvm_handle_sie_intercept()
589 static const intercept_handler_t b2_handlers[256] = {624 intercept_handler_t handler; in kvm_s390_handle_b2()788 static const intercept_handler_t b9_handlers[256] = {799 intercept_handler_t handler; in kvm_s390_handle_b9()954 static const intercept_handler_t eb_handlers[256] = {961 intercept_handler_t handler; in kvm_s390_handle_eb()1048 static const intercept_handler_t x01_handlers[256] = {1054 intercept_handler_t handler; in kvm_s390_handle_01()
23 typedef int (*intercept_handler_t)(struct kvm_vcpu *vcpu); typedef