Searched refs:is_wide_instr (Results 1 – 3 of 3) sorted by relevance
126 void __hyp_text kvm_skip_instr32(struct kvm_vcpu *vcpu, bool is_wide_instr) in kvm_skip_instr32() argument131 if (is_thumb && !is_wide_instr) in kvm_skip_instr32()
57 void kvm_skip_instr32(struct kvm_vcpu *vcpu, bool is_wide_instr);83 static inline void kvm_skip_instr(struct kvm_vcpu *vcpu, bool is_wide_instr) in kvm_skip_instr() argument85 kvm_skip_instr32(vcpu, is_wide_instr); in kvm_skip_instr()
30 void kvm_skip_instr32(struct kvm_vcpu *vcpu, bool is_wide_instr);451 static inline void kvm_skip_instr(struct kvm_vcpu *vcpu, bool is_wide_instr) in kvm_skip_instr() argument454 kvm_skip_instr32(vcpu, is_wide_instr); in kvm_skip_instr()