Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kvm/
Dx86.h279 int x86_decode_emulated_instruction(struct kvm_vcpu *vcpu, int emulation_type,
282 int emulation_type, void *insn, int insn_len);
Dx86.c8123 static int handle_emulation_failure(struct kvm_vcpu *vcpu, int emulation_type) in handle_emulation_failure() argument
8130 if (emulation_type & EMULTYPE_VMWARE_GP) { in handle_emulation_failure()
8136 (emulation_type & EMULTYPE_SKIP)) { in handle_emulation_failure()
8153 int emulation_type) in reexecute_instruction() argument
8158 if (!(emulation_type & EMULTYPE_ALLOW_RETRY_PF)) in reexecute_instruction()
8162 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF))) in reexecute_instruction()
8227 gpa_t cr2_or_gpa, int emulation_type) in retry_instruction() argument
8250 if (!(emulation_type & EMULTYPE_ALLOW_RETRY_PF)) in retry_instruction()
8254 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF))) in retry_instruction()
8433 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.c5058 int x86_decode_insn(struct x86_emulate_ctxt *ctxt, void *insn, int insn_len, int emulation_type) in x86_decode_insn() argument
5271 if (unlikely(emulation_type & EMULTYPE_TRAP_UD) && in x86_decode_insn()
/linux-5.19.10/arch/x86/include/asm/
Dkvm_host.h1772 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);
/linux-5.19.10/arch/x86/kvm/mmu/
Dmmu.c5373 int r, emulation_type = EMULTYPE_PF; in kvm_mmu_page_fault() local
5423 emulation_type |= EMULTYPE_ALLOW_RETRY_PF; in kvm_mmu_page_fault()
5425 return x86_emulate_instruction(vcpu, cr2_or_gpa, emulation_type, insn, in kvm_mmu_page_fault()