Searched refs:emulation_type (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/arch/x86/kvm/ |
| D | x86.h | 278 int emulation_type, void *insn, int insn_len);
|
| D | x86.c | 5857 static int handle_emulation_failure(struct kvm_vcpu *vcpu, int emulation_type) in handle_emulation_failure() argument 5864 if (emulation_type & EMULTYPE_NO_UD_ON_FAIL) in handle_emulation_failure() 5881 int emulation_type) in reexecute_instruction() argument 5886 if (!(emulation_type & EMULTYPE_ALLOW_RETRY)) in reexecute_instruction() 5954 unsigned long cr2, int emulation_type) in retry_instruction() argument 5977 if (!(emulation_type & EMULTYPE_ALLOW_RETRY)) in retry_instruction() 6156 int emulation_type, in x86_emulate_instruction() argument 6174 if (!(emulation_type & EMULTYPE_NO_DECODE)) { in x86_emulate_instruction() 6183 if (!(emulation_type & EMULTYPE_SKIP) && in x86_emulate_instruction() 6192 ctxt->ud = emulation_type & EMULTYPE_TRAP_UD; in x86_emulate_instruction() [all …]
|
| D | mmu.c | 5231 int r, emulation_type = 0; in kvm_mmu_page_fault() local 5284 emulation_type = EMULTYPE_ALLOW_RETRY; in kvm_mmu_page_fault() 5296 er = x86_emulate_instruction(vcpu, cr2, emulation_type, insn, insn_len); in kvm_mmu_page_fault()
|
| /Linux-v4.19/arch/x86/include/asm/ |
| D | kvm_host.h | 1247 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);
|