Searched refs:x86_decode_emulated_instruction (Results 1 – 3 of 3) sorted by relevance
318 int x86_decode_emulated_instruction(struct kvm_vcpu *vcpu, int emulation_type,
8879 int x86_decode_emulated_instruction(struct kvm_vcpu *vcpu, int emulation_type, in x86_decode_emulated_instruction() function8894 EXPORT_SYMBOL_GPL(x86_decode_emulated_instruction);8919 r = x86_decode_emulated_instruction(vcpu, emulation_type, in x86_emulate_instruction()
2402 if (x86_decode_emulated_instruction(vcpu, 0, NULL, 0) != EMULATION_OK) in gp_interception()