Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
A Dmmu_internal.h295 int *emulation_type, u8 *level) in kvm_mmu_do_page_fault() argument
341 if (fault.write_fault_to_shadow_pgtable && emulation_type) in kvm_mmu_do_page_fault()
342 *emulation_type |= EMULTYPE_WRITE_PF_TO_SP; in kvm_mmu_do_page_fault()
A Dmmu.c6011 u64 error_code, int *emulation_type) in kvm_mmu_write_protect_fault() argument
6098 *emulation_type |= EMULTYPE_ALLOW_RETRY_PF; in kvm_mmu_write_protect_fault()
6106 int r, emulation_type = EMULTYPE_PF; in kvm_mmu_page_fault() local
6140 &emulation_type, NULL); in kvm_mmu_page_fault()
6150 &emulation_type); in kvm_mmu_page_fault()
6163 return x86_emulate_instruction(vcpu, cr2_or_gpa, emulation_type, insn, in kvm_mmu_page_fault()
/linux/arch/x86/kvm/
A Dx86.h339 int x86_decode_emulated_instruction(struct kvm_vcpu *vcpu, int emulation_type,
342 int emulation_type, void *insn, int insn_len);
A Dx86.c8838 if (emulation_type & EMULTYPE_VMWARE_GP) { in handle_emulation_failure()
8844 (emulation_type & EMULTYPE_SKIP)) { in handle_emulation_failure()
8861 int emulation_type) in kvm_unprotect_and_retry_on_failure() argument
8971 int emulation_type, int *r) in kvm_vcpu_check_code_breakpoint() argument
9096 emulation_type &= ~EMULTYPE_ALLOW_RETRY_PF; in x86_emulate_instruction()
9123 if ((emulation_type & EMULTYPE_TRAP_UD) || in x86_emulate_instruction()
9129 emulation_type)) in x86_emulate_instruction()
9133 !(emulation_type & EMULTYPE_SKIP)) { in x86_emulate_instruction()
9159 if (emulation_type & EMULTYPE_SKIP) { in x86_emulate_instruction()
9195 if (emulation_type & EMULTYPE_PF) { in x86_emulate_instruction()
[all …]
A Dkvm_emulate.h505 int x86_decode_insn(struct x86_emulate_ctxt *ctxt, void *insn, int insn_len, int emulation_type);
A Demulate.c4727 int x86_decode_insn(struct x86_emulate_ctxt *ctxt, void *insn, int insn_len, int emulation_type) in x86_decode_insn() argument
4940 if (unlikely(emulation_type & EMULTYPE_TRAP_UD) && in x86_decode_insn()
/linux/arch/x86/include/asm/
A Dkvm_host.h2056 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);

Completed in 70 milliseconds