Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Dhandle_exit.c30 typedef int (*exit_handle_fn)(struct kvm_vcpu *); typedef
376 static exit_handle_fn arm_exit_handlers[] = {
407 static exit_handle_fn kvm_get_exit_handler(struct kvm_vcpu *vcpu) in kvm_get_exit_handler()
433 exit_handle_fn exit_handler; in handle_trap_exceptions()
/linux/arch/loongarch/include/asm/
H A Dkvm_vcpu.h41 typedef int (*exit_handle_fn)(struct kvm_vcpu *, int); typedef
/linux/arch/loongarch/kvm/
H A Dexit.c961 static exit_handle_fn kvm_fault_tables[EXCCODE_INT_START] = {