Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kvm/
H A Dhandle_exit.c29 typedef int (*exit_handle_fn)(struct kvm_vcpu *); typedef
301 static exit_handle_fn arm_exit_handlers[] = {
329 static exit_handle_fn kvm_get_exit_handler(struct kvm_vcpu *vcpu) in kvm_get_exit_handler()
355 exit_handle_fn exit_handler; in handle_trap_exceptions()
/linux-6.15/arch/loongarch/include/asm/
H A Dkvm_vcpu.h40 typedef int (*exit_handle_fn)(struct kvm_vcpu *); typedef
/linux-6.15/arch/loongarch/kvm/
H A Dexit.c953 static exit_handle_fn kvm_fault_tables[EXCCODE_INT_START] = {