Searched refs:exit_handle_fn (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm64/kvm/
H A Dhandle_exit.c34 typedef int (*exit_handle_fn)(struct kvm_vcpu *, struct kvm_run *); typedef
124 static exit_handle_fn arm_exit_handlers[] = {
145 static exit_handle_fn kvm_get_exit_handler(struct kvm_vcpu *vcpu) kvm_get_exit_handler()
167 exit_handle_fn exit_handler; handle_exit()
/linux-4.4.14/arch/arm/kvm/
H A Dhandle_exit.c29 typedef int (*exit_handle_fn)(struct kvm_vcpu *, struct kvm_run *); typedef
103 static exit_handle_fn arm_exit_handlers[] = {
121 static exit_handle_fn kvm_get_exit_handler(struct kvm_vcpu *vcpu) kvm_get_exit_handler()
142 exit_handle_fn exit_handler; handle_exit()

Completed in 121 milliseconds