Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c220 static const exit_handler_fn hyp_exit_handlers[] = {
232 static const exit_handler_fn pvm_exit_handlers[] = {
243 static const exit_handler_fn *kvm_get_exit_handler_array(struct kvm_vcpu *vcpu) in kvm_get_exit_handler_array()
253 const exit_handler_fn *handlers = kvm_get_exit_handler_array(vcpu); in fixup_guest_exit()
/linux-6.15/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h750 typedef bool (*exit_handler_fn)(struct kvm_vcpu *, u64 *); typedef
759 const exit_handler_fn *handlers) in kvm_hyp_handle_exit()
761 exit_handler_fn fn = handlers[kvm_vcpu_trap_get_class(vcpu)]; in kvm_hyp_handle_exit()
792 const exit_handler_fn *handlers) in __fixup_guest_exit()
/linux-6.15/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c549 static const exit_handler_fn hyp_exit_handlers[] = {