Searched refs:emul_type (Results 1 – 3 of 3) sorted by relevance
40 int vmx_check_emulate_instruction(struct kvm_vcpu *vcpu, int emul_type,
248 static int vt_check_emulate_instruction(struct kvm_vcpu *vcpu, int emul_type, in vt_check_emulate_instruction() argument261 return vmx_check_emulate_instruction(vcpu, emul_type, insn, insn_len); in vt_check_emulate_instruction()
1921 int (*check_emulate_instruction)(struct kvm_vcpu *vcpu, int emul_type,2162 static inline bool kvm_can_emulate_event_vectoring(int emul_type) in kvm_can_emulate_event_vectoring() argument2164 return !(emul_type & EMULTYPE_PF); in kvm_can_emulate_event_vectoring()