Home
last modified time | relevance | path

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

/arch/arm64/kvm/hyp/nvhe/
A Dswitch.c173 static const exit_handler_fn hyp_exit_handlers[] = {
185 static const exit_handler_fn pvm_exit_handlers[] = {
196 static const exit_handler_fn *kvm_get_exit_handler_array(struct kvm_vcpu *vcpu) in kvm_get_exit_handler_array()
206 const exit_handler_fn *handlers = kvm_get_exit_handler_array(vcpu); in fixup_guest_exit()
/arch/arm64/kvm/hyp/include/hyp/
A Dswitch.h958 typedef bool (*exit_handler_fn)(struct kvm_vcpu *, u64 *); typedef
967 const exit_handler_fn *handlers) in kvm_hyp_handle_exit()
969 exit_handler_fn fn = handlers[kvm_vcpu_trap_get_class(vcpu)]; in kvm_hyp_handle_exit()
1000 const exit_handler_fn *handlers) in __fixup_guest_exit()
/arch/arm64/kvm/hyp/vhe/
A Dswitch.c511 static const exit_handler_fn hyp_exit_handlers[] = {

Completed in 10 milliseconds