Home
last modified time | relevance | path

Searched refs:intercept_handler_t (Results 1 – 3 of 3) sorted by relevance

/arch/s390/kvm/
Dpriv.c578 static const intercept_handler_t b2_handlers[256] = {
613 intercept_handler_t handler; in kvm_s390_handle_b2()
781 static const intercept_handler_t b9_handlers[256] = {
792 intercept_handler_t handler; in kvm_s390_handle_b9()
947 static const intercept_handler_t eb_handlers[256] = {
954 intercept_handler_t handler; in kvm_s390_handle_eb()
1041 static const intercept_handler_t x01_handlers[256] = {
1047 intercept_handler_t handler; in kvm_s390_handle_01()
Dintercept.c28 static const intercept_handler_t instruction_handlers[256] = {
115 intercept_handler_t handler; in handle_instruction()
Dkvm-s390.h23 typedef int (*intercept_handler_t)(struct kvm_vcpu *vcpu); typedef