Home
last modified time | relevance | path

Searched refs:x86_decode_emulated_instruction (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kvm/
H A Dx86.c9431 int x86_decode_emulated_instruction(struct kvm_vcpu *vcpu, int emulation_type, in x86_decode_emulated_instruction() function
9446 EXPORT_SYMBOL_FOR_KVM_INTERNAL(x86_decode_emulated_instruction);
9491 r = x86_decode_emulated_instruction(vcpu, emulation_type, in x86_emulate_instruction()
/linux/arch/x86/kvm/svm/
H A Dsvm.c2297 if (x86_decode_emulated_instruction(vcpu, 0, NULL, 0) != EMULATION_OK) in gp_interception()