Home
last modified time | relevance | path

Searched refs:hyp_exit_handlers (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c179 static const exit_handler_fn hyp_exit_handlers[] = { variable
207 return hyp_exit_handlers; in kvm_get_exit_handler_array()
/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c514 static const exit_handler_fn hyp_exit_handlers[] = { variable
561 return __fixup_guest_exit(vcpu, exit_code, hyp_exit_handlers); in fixup_guest_exit()