Searched refs:is_wide_instr (Results 1 – 3 of 3) sorted by relevance
69 void kvm_skip_instr32(struct kvm_vcpu *vcpu, bool is_wide_instr);95 static inline void kvm_skip_instr(struct kvm_vcpu *vcpu, bool is_wide_instr) in kvm_skip_instr() argument97 kvm_skip_instr32(vcpu, is_wide_instr); in kvm_skip_instr()
137 void __hyp_text kvm_skip_instr32(struct kvm_vcpu *vcpu, bool is_wide_instr) in kvm_skip_instr32() argument142 if (is_thumb && !is_wide_instr) in kvm_skip_instr32()
40 void kvm_skip_instr32(struct kvm_vcpu *vcpu, bool is_wide_instr);150 static inline void kvm_skip_instr(struct kvm_vcpu *vcpu, bool is_wide_instr) in kvm_skip_instr() argument153 kvm_skip_instr32(vcpu, is_wide_instr); in kvm_skip_instr()