Home
last modified time | relevance | path

Searched refs:kvm_arm_reset_debug_ptr (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/arm64/kvm/
Ddebug.c82 void kvm_arm_reset_debug_ptr(struct kvm_vcpu *vcpu) in kvm_arm_reset_debug_ptr() function
206 kvm_arm_reset_debug_ptr(vcpu); in kvm_arm_clear_debug()
/linux-4.4.14/arch/arm/include/asm/
Dkvm_host.h238 static inline void kvm_arm_reset_debug_ptr(struct kvm_vcpu *vcpu) {} in kvm_arm_reset_debug_ptr() function
/linux-4.4.14/arch/arm64/include/asm/
Dkvm_host.h259 void kvm_arm_reset_debug_ptr(struct kvm_vcpu *vcpu);
/linux-4.4.14/arch/arm/kvm/
Darm.c293 kvm_arm_reset_debug_ptr(vcpu); in kvm_arch_vcpu_init()