Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kvm/
Dhandle_exit.c29 typedef int (*exit_handle_fn)(struct kvm_vcpu *); typedef
294 static exit_handle_fn arm_exit_handlers[] = {
322 static exit_handle_fn kvm_get_exit_handler(struct kvm_vcpu *vcpu) in kvm_get_exit_handler()
348 exit_handle_fn exit_handler; in handle_trap_exceptions()
/linux-6.12.1/arch/loongarch/include/asm/
Dkvm_vcpu.h40 typedef int (*exit_handle_fn)(struct kvm_vcpu *); typedef
/linux-6.12.1/arch/loongarch/kvm/
Dexit.c872 static exit_handle_fn kvm_fault_tables[EXCCODE_INT_START] = {