Searched refs:emulation_type (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | x86.h | 275 int x86_decode_emulated_instruction(struct kvm_vcpu *vcpu, int emulation_type, 278 int emulation_type, void *insn, int insn_len);
|
| H A D | x86.c | 7176 static int handle_emulation_failure(struct kvm_vcpu *vcpu, int emulation_type) in handle_emulation_failure() argument 7181 if (emulation_type & EMULTYPE_VMWARE_GP) { in handle_emulation_failure() 7186 if (emulation_type & EMULTYPE_SKIP) { in handle_emulation_failure() 7207 int emulation_type) in reexecute_instruction() argument 7212 if (!(emulation_type & EMULTYPE_ALLOW_RETRY_PF)) in reexecute_instruction() 7216 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF))) in reexecute_instruction() 7281 gpa_t cr2_or_gpa, int emulation_type) in retry_instruction() argument 7304 if (!(emulation_type & EMULTYPE_ALLOW_RETRY_PF)) in retry_instruction() 7308 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF))) in retry_instruction() 7475 int x86_decode_emulated_instruction(struct kvm_vcpu *vcpu, int emulation_type, in x86_decode_emulated_instruction() argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | kvm_host.h | 1457 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/ |
| H A D | mmu.c | 5069 int r, emulation_type = EMULTYPE_PF; in kvm_mmu_page_fault() local 5119 emulation_type |= EMULTYPE_ALLOW_RETRY_PF; in kvm_mmu_page_fault() 5121 return x86_emulate_instruction(vcpu, cr2_or_gpa, emulation_type, insn, in kvm_mmu_page_fault()
|