Home
last modified time | relevance | path

Searched refs:kvm_arm_handle_step_debug (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/arm64/kvm/
Dhandle_exit.c236 if (handled > 0 && kvm_arm_handle_step_debug(vcpu, run)) in handle_trap_exceptions()
274 && kvm_arm_handle_step_debug(vcpu, run)) in handle_exit()
Ddebug.c251 bool kvm_arm_handle_step_debug(struct kvm_vcpu *vcpu, struct kvm_run *run) in kvm_arm_handle_step_debug() function
/Linux-v4.19/arch/arm/include/asm/
Dkvm_host.h299 static inline bool kvm_arm_handle_step_debug(struct kvm_vcpu *vcpu, in kvm_arm_handle_step_debug() function
/Linux-v4.19/arch/arm64/include/asm/
Dkvm_host.h435 bool kvm_arm_handle_step_debug(struct kvm_vcpu *vcpu, struct kvm_run *run);
/Linux-v4.19/virt/kvm/arm/
Darm.c675 if (kvm_arm_handle_step_debug(vcpu, vcpu->run)) in kvm_arch_vcpu_ioctl_run()