Searched refs:x86_decode_emulated_instruction (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | x86.h | 270 int x86_decode_emulated_instruction(struct kvm_vcpu *vcpu, int emulation_type,
|
H A D | x86.c | 7547 int x86_decode_emulated_instruction(struct kvm_vcpu *vcpu, int emulation_type, in x86_decode_emulated_instruction() function 7564 EXPORT_SYMBOL_GPL(x86_decode_emulated_instruction); variable 7598 r = x86_decode_emulated_instruction(vcpu, emulation_type, in x86_emulate_instruction()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | x86.h | 318 int x86_decode_emulated_instruction(struct kvm_vcpu *vcpu, int emulation_type,
|
H A D | x86.c | 8867 int x86_decode_emulated_instruction(struct kvm_vcpu *vcpu, int emulation_type, in x86_decode_emulated_instruction() function 8882 EXPORT_SYMBOL_GPL(x86_decode_emulated_instruction); variable 8907 r = x86_decode_emulated_instruction(vcpu, emulation_type, in x86_emulate_instruction()
|
/kernel/linux/linux-6.6/arch/x86/kvm/svm/ |
H A D | svm.c | 2395 if (x86_decode_emulated_instruction(vcpu, 0, NULL, 0) != EMULATION_OK) in gp_interception()
|
Completed in 37 milliseconds