Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu_internal.h281 u32 err, bool prefetch, int *emulation_type) in kvm_mmu_do_page_fault() argument
320 if (fault.write_fault_to_shadow_pgtable && emulation_type) in kvm_mmu_do_page_fault()
321 *emulation_type |= EMULTYPE_WRITE_PF_TO_SP; in kvm_mmu_do_page_fault()
H A Dmmu.c5699 int r, emulation_type = EMULTYPE_PF; in kvm_mmu_page_fault() local
5726 &emulation_type); in kvm_mmu_page_fault()
5761 emulation_type |= EMULTYPE_ALLOW_RETRY_PF; in kvm_mmu_page_fault()
5763 return x86_emulate_instruction(vcpu, cr2_or_gpa, emulation_type, insn, in kvm_mmu_page_fault()
/openbmc/linux/arch/x86/kvm/
H A Dx86.h318 int x86_decode_emulated_instruction(struct kvm_vcpu *vcpu, int emulation_type,
321 int emulation_type, void *insn, int insn_len);
H A Dx86.c8560 if (emulation_type & EMULTYPE_VMWARE_GP) { in handle_emulation_failure()
8566 (emulation_type & EMULTYPE_SKIP)) { in handle_emulation_failure()
8582 int emulation_type) in reexecute_instruction() argument
8779 int emulation_type, int *r) in kvm_vcpu_check_code_breakpoint() argument
8906 if (!(emulation_type & EMULTYPE_NO_DECODE)) { in x86_emulate_instruction()
8920 if ((emulation_type & EMULTYPE_TRAP_UD) || in x86_emulate_instruction()
8926 emulation_type)) in x86_emulate_instruction()
8930 !(emulation_type & EMULTYPE_SKIP)) { in x86_emulate_instruction()
8944 if ((emulation_type & EMULTYPE_VMWARE_GP) && in x86_emulate_instruction()
8956 if (emulation_type & EMULTYPE_SKIP) { in x86_emulate_instruction()
[all …]
H A Dkvm_emulate.h494 int x86_decode_insn(struct x86_emulate_ctxt *ctxt, void *insn, int insn_len, int emulation_type);
H A Demulate.c4760 int x86_decode_insn(struct x86_emulate_ctxt *ctxt, void *insn, int insn_len, int emulation_type) in x86_decode_insn() argument
4973 if (unlikely(emulation_type & EMULTYPE_TRAP_UD) && in x86_decode_insn()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1950 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);