Home
last modified time | relevance | path

Searched refs:emulation_type (Results 1 – 4 of 4) sorted by relevance

/arch/x86/kvm/
Dx86.h290 int emulation_type, void *insn, int insn_len);
Dx86.c6470 static int handle_emulation_failure(struct kvm_vcpu *vcpu, int emulation_type) in handle_emulation_failure() argument
6475 if (emulation_type & EMULTYPE_VMWARE_GP) { in handle_emulation_failure()
6480 if (emulation_type & EMULTYPE_SKIP) { in handle_emulation_failure()
6501 int emulation_type) in reexecute_instruction() argument
6506 if (!(emulation_type & EMULTYPE_ALLOW_RETRY)) in reexecute_instruction()
6574 gpa_t cr2_or_gpa, int emulation_type) in retry_instruction() argument
6597 if (!(emulation_type & EMULTYPE_ALLOW_RETRY)) in retry_instruction()
6760 int emulation_type, void *insn, int insn_len) in x86_emulate_instruction() argument
6776 if (!(emulation_type & EMULTYPE_NO_DECODE)) { in x86_emulate_instruction()
6785 if (!(emulation_type & EMULTYPE_SKIP) && in x86_emulate_instruction()
[all …]
Dmmu.c5529 int r, emulation_type = 0; in kvm_mmu_page_fault() local
5582 emulation_type = EMULTYPE_ALLOW_RETRY; in kvm_mmu_page_fault()
5596 return x86_emulate_instruction(vcpu, cr2_or_gpa, emulation_type, insn, in kvm_mmu_page_fault()
/arch/x86/include/asm/
Dkvm_host.h1356 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);