Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dx86.c8829 static int handle_emulation_failure(struct kvm_vcpu *vcpu, int emulation_type) in handle_emulation_failure() argument
8836 if (emulation_type & EMULTYPE_VMWARE_GP) { in handle_emulation_failure()
8842 (emulation_type & EMULTYPE_SKIP)) { in handle_emulation_failure()
8859 int emulation_type) in kvm_unprotect_and_retry_on_failure() argument
8861 if (!(emulation_type & EMULTYPE_ALLOW_RETRY_PF)) in kvm_unprotect_and_retry_on_failure()
8874 if (emulation_type & EMULTYPE_WRITE_PF_TO_SP) in kvm_unprotect_and_retry_on_failure()
8969 int emulation_type, int *r) in kvm_vcpu_check_code_breakpoint() argument
8971 WARN_ON_ONCE(emulation_type & EMULTYPE_NO_DECODE); in kvm_vcpu_check_code_breakpoint()
8987 if (emulation_type & (EMULTYPE_NO_DECODE | EMULTYPE_SKIP | in kvm_vcpu_check_code_breakpoint()
9067 int x86_decode_emulated_instruction(struct kvm_vcpu *vcpu, int emulation_type, in x86_decode_emulated_instruction() argument
[all …]
/linux/arch/x86/kvm/mmu/
H A Dmmu.c5966 u64 error_code, int *emulation_type) in kvm_mmu_write_protect_fault() argument
6053 *emulation_type |= EMULTYPE_ALLOW_RETRY_PF; in kvm_mmu_write_protect_fault()
6061 int r, emulation_type = EMULTYPE_PF; in kvm_mmu_page_fault() local
6095 &emulation_type, NULL); in kvm_mmu_page_fault()
6105 &emulation_type); in kvm_mmu_page_fault()
6126 return x86_emulate_instruction(vcpu, cr2_or_gpa, emulation_type, insn, in kvm_mmu_page_fault()
/linux/arch/x86/include/asm/
H A Dkvm_host.h2106 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);