Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/
Dx86.h304 int x86_decode_emulated_instruction(struct kvm_vcpu *vcpu, int emulation_type,
307 int emulation_type, void *insn, int insn_len);
Dx86.c8436 static int handle_emulation_failure(struct kvm_vcpu *vcpu, int emulation_type) in handle_emulation_failure() argument
8443 if (emulation_type & EMULTYPE_VMWARE_GP) { in handle_emulation_failure()
8449 (emulation_type & EMULTYPE_SKIP)) { in handle_emulation_failure()
8466 int emulation_type) in reexecute_instruction() argument
8471 if (!(emulation_type & EMULTYPE_ALLOW_RETRY_PF)) in reexecute_instruction()
8475 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF))) in reexecute_instruction()
8540 gpa_t cr2_or_gpa, int emulation_type) in retry_instruction() argument
8563 if (!(emulation_type & EMULTYPE_ALLOW_RETRY_PF)) in retry_instruction()
8567 WARN_ON_ONCE(!(emulation_type & EMULTYPE_PF))) in retry_instruction()
8686 int emulation_type, int *r) in kvm_vcpu_check_code_breakpoint() argument
[all …]
Dkvm_emulate.h513 int x86_decode_insn(struct x86_emulate_ctxt *ctxt, void *insn, int insn_len, int emulation_type);
Demulate.c5104 int x86_decode_insn(struct x86_emulate_ctxt *ctxt, void *insn, int insn_len, int emulation_type) in x86_decode_insn() argument
5317 if (unlikely(emulation_type & EMULTYPE_TRAP_UD) && in x86_decode_insn()
/Linux-v6.1/arch/x86/include/asm/
Dkvm_host.h1819 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);
/Linux-v6.1/arch/x86/kvm/mmu/
Dmmu.c5536 int r, emulation_type = EMULTYPE_PF; in kvm_mmu_page_fault() local
5586 emulation_type |= EMULTYPE_ALLOW_RETRY_PF; in kvm_mmu_page_fault()
5588 return x86_emulate_instruction(vcpu, cr2_or_gpa, emulation_type, insn, in kvm_mmu_page_fault()