Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/
Dx86.h323 int x86_decode_emulated_instruction(struct kvm_vcpu *vcpu, int emulation_type,
326 int emulation_type, void *insn, int insn_len);
Dx86.c7518 static int handle_emulation_failure(struct kvm_vcpu *vcpu, int emulation_type) in handle_emulation_failure() argument
7525 if (emulation_type & EMULTYPE_VMWARE_GP) { in handle_emulation_failure()
7531 (emulation_type & EMULTYPE_SKIP)) { in handle_emulation_failure()
7550 int emulation_type) in reexecute_instruction() argument
7555 if (!(emulation_type & EMULTYPE_ALLOW_RETRY_PF)) in reexecute_instruction()
7559 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF))) in reexecute_instruction()
7624 gpa_t cr2_or_gpa, int emulation_type) in retry_instruction() argument
7647 if (!(emulation_type & EMULTYPE_ALLOW_RETRY_PF)) in retry_instruction()
7651 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF))) in retry_instruction()
7821 int x86_decode_emulated_instruction(struct kvm_vcpu *vcpu, int emulation_type, in x86_decode_emulated_instruction() argument
[all …]
Dkvm_emulate.h491 int x86_decode_insn(struct x86_emulate_ctxt *ctxt, void *insn, int insn_len, int emulation_type);
Demulate.c5017 int x86_decode_insn(struct x86_emulate_ctxt *ctxt, void *insn, int insn_len, int emulation_type) in x86_decode_insn() argument
5228 if (unlikely(emulation_type & EMULTYPE_TRAP_UD) && in x86_decode_insn()
/Linux-v5.15/arch/x86/include/asm/
Dkvm_host.h1658 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);
/Linux-v5.15/arch/x86/kvm/mmu/
Dmmu.c5273 int r, emulation_type = EMULTYPE_PF; in kvm_mmu_page_fault() local
5323 emulation_type |= EMULTYPE_ALLOW_RETRY_PF; in kvm_mmu_page_fault()
5325 return x86_emulate_instruction(vcpu, cr2_or_gpa, emulation_type, insn, in kvm_mmu_page_fault()