Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c179 static const exit_handler_fn hyp_exit_handlers[] = {
191 static const exit_handler_fn pvm_exit_handlers[] = {
202 static const exit_handler_fn *kvm_get_exit_handler_array(struct kvm_vcpu *vcpu) in kvm_get_exit_handler_array()
212 const exit_handler_fn *handlers = kvm_get_exit_handler_array(vcpu); in fixup_guest_exit()
/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h837 typedef bool (*exit_handler_fn)(struct kvm_vcpu *, u64 *); typedef
846 const exit_handler_fn *handlers) in kvm_hyp_handle_exit()
848 exit_handler_fn fn = handlers[kvm_vcpu_trap_get_class(vcpu)]; in kvm_hyp_handle_exit()
879 const exit_handler_fn *handlers) in __fixup_guest_exit()
/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c521 static const exit_handler_fn hyp_exit_handlers[] = {