Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Dx86.h290 int emulation_type, void *insn, int insn_len);
Dx86.c6330 static int handle_emulation_failure(struct kvm_vcpu *vcpu, int emulation_type) in handle_emulation_failure() argument
6335 if (emulation_type & EMULTYPE_VMWARE_GP) { in handle_emulation_failure()
6340 if (emulation_type & EMULTYPE_SKIP) { in handle_emulation_failure()
6361 int emulation_type) in reexecute_instruction() argument
6366 if (!(emulation_type & EMULTYPE_ALLOW_RETRY)) in reexecute_instruction()
6434 unsigned long cr2, int emulation_type) in retry_instruction() argument
6457 if (!(emulation_type & EMULTYPE_ALLOW_RETRY)) in retry_instruction()
6621 int emulation_type, in x86_emulate_instruction() argument
6639 if (!(emulation_type & EMULTYPE_NO_DECODE)) { in x86_emulate_instruction()
6648 if (!(emulation_type & EMULTYPE_SKIP) && in x86_emulate_instruction()
[all …]
Dmmu.c5522 int r, emulation_type = 0; in kvm_mmu_page_fault() local
5575 emulation_type = EMULTYPE_ALLOW_RETRY; in kvm_mmu_page_fault()
5589 return x86_emulate_instruction(vcpu, cr2, emulation_type, insn, in kvm_mmu_page_fault()
/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h1354 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);