Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dx86.h436 int x86_decode_emulated_instruction(struct kvm_vcpu *vcpu, int emulation_type,
H A Dx86.c8997 int x86_decode_emulated_instruction(struct kvm_vcpu *vcpu, int emulation_type, in x86_decode_emulated_instruction() function
9012 EXPORT_SYMBOL_GPL(x86_decode_emulated_instruction);
9057 r = x86_decode_emulated_instruction(vcpu, emulation_type, in x86_emulate_instruction()
/linux/arch/x86/kvm/svm/
H A Dsvm.c2281 if (x86_decode_emulated_instruction(vcpu, 0, NULL, 0) != EMULATION_OK) in gp_interception()