Searched refs:vmx_can_emulate_instruction (Results 1 – 1 of 1) sorted by relevance
1474 static bool vmx_can_emulate_instruction(struct kvm_vcpu *vcpu, void *insn, int insn_len) in vmx_can_emulate_instruction() function5332 if (!vmx_can_emulate_instruction(vcpu, NULL, 0)) in handle_ept_misconfig()7694 .can_emulate_instruction = vmx_can_emulate_instruction,