Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/
Dx86.c6989 static int handle_emulation_failure(struct kvm_vcpu *vcpu, int emulation_type) in handle_emulation_failure() argument
6994 if (emulation_type & EMULTYPE_VMWARE_GP) { in handle_emulation_failure()
6999 if (emulation_type & EMULTYPE_SKIP) { in handle_emulation_failure()
7020 int emulation_type) in reexecute_instruction() argument
7025 if (!(emulation_type & EMULTYPE_ALLOW_RETRY_PF)) in reexecute_instruction()
7029 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF))) in reexecute_instruction()
7094 gpa_t cr2_or_gpa, int emulation_type) in retry_instruction() argument
7117 if (!(emulation_type & EMULTYPE_ALLOW_RETRY_PF)) in retry_instruction()
7121 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF))) in retry_instruction()
7279 int emulation_type, void *insn, int insn_len) in x86_emulate_instruction() argument
[all …]
Dx86.h276 int emulation_type, void *insn, int insn_len);
/Linux-v5.10/arch/x86/include/asm/
Dkvm_host.h1448 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);
/Linux-v5.10/arch/x86/kvm/mmu/
Dmmu.c5045 int r, emulation_type = EMULTYPE_PF; in kvm_mmu_page_fault() local
5095 emulation_type |= EMULTYPE_ALLOW_RETRY_PF; in kvm_mmu_page_fault()
5097 return x86_emulate_instruction(vcpu, cr2_or_gpa, emulation_type, insn, in kvm_mmu_page_fault()