Searched refs:emulation_type (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/kvm/mmu/ |
| H A D | mmu_internal.h | 342 int *emulation_type, u8 *level) in kvm_mmu_do_page_fault() argument 396 if (fault.write_fault_to_shadow_pgtable && emulation_type) in kvm_mmu_do_page_fault() 397 *emulation_type |= EMULTYPE_WRITE_PF_TO_SP; in kvm_mmu_do_page_fault()
|
| H A D | mmu.c | 6304 u64 error_code, int *emulation_type) in kvm_mmu_write_protect_fault() argument 6391 *emulation_type |= EMULTYPE_ALLOW_RETRY_PF; in kvm_mmu_write_protect_fault() 6399 int r, emulation_type = EMULTYPE_PF; in kvm_mmu_page_fault() local 6433 &emulation_type, NULL); in kvm_mmu_page_fault() 6443 &emulation_type); in kvm_mmu_page_fault() 6464 return x86_emulate_instruction(vcpu, cr2_or_gpa, emulation_type, insn, in kvm_mmu_page_fault()
|
| /linux/arch/x86/kvm/ |
| H A D | x86.h | 460 int x86_decode_emulated_instruction(struct kvm_vcpu *vcpu, int emulation_type, 463 int emulation_type, void *insn, int insn_len);
|
| H A D | kvm_emulate.h | 528 int x86_decode_insn(struct x86_emulate_ctxt *ctxt, void *insn, int insn_len, int emulation_type);
|
| H A D | emulate.c | 4842 int x86_decode_insn(struct x86_emulate_ctxt *ctxt, void *insn, int insn_len, int emulation_type) in x86_decode_insn() argument 5114 if (unlikely(emulation_type & EMULTYPE_TRAP_UD) && in x86_decode_insn()
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 2167 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);
|