Home
last modified time | relevance | path

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

/arch/x86/kvm/mmu/
A Dmmu_internal.h352 int *emulation_type, u8 *level) in kvm_mmu_do_page_fault() argument
406 if (fault.write_fault_to_shadow_pgtable && emulation_type) in kvm_mmu_do_page_fault()
407 *emulation_type |= EMULTYPE_WRITE_PF_TO_SP; in kvm_mmu_do_page_fault()
A Dmmu.c6201 u64 error_code, int *emulation_type) in kvm_mmu_write_protect_fault() argument
6288 *emulation_type |= EMULTYPE_ALLOW_RETRY_PF; in kvm_mmu_write_protect_fault()
6296 int r, emulation_type = EMULTYPE_PF; in kvm_mmu_page_fault() local
6330 &emulation_type, NULL); in kvm_mmu_page_fault()
6340 &emulation_type); in kvm_mmu_page_fault()
6361 return x86_emulate_instruction(vcpu, cr2_or_gpa, emulation_type, insn, in kvm_mmu_page_fault()
/arch/x86/kvm/
A Dx86.h436 int x86_decode_emulated_instruction(struct kvm_vcpu *vcpu, int emulation_type,
439 int emulation_type, void *insn, int insn_len);
A Dx86.c8766 if (emulation_type & EMULTYPE_VMWARE_GP) { in handle_emulation_failure()
8772 (emulation_type & EMULTYPE_SKIP)) { in handle_emulation_failure()
8789 int emulation_type) in kvm_unprotect_and_retry_on_failure() argument
8899 int emulation_type, int *r) in kvm_vcpu_check_code_breakpoint() argument
9024 emulation_type &= ~EMULTYPE_ALLOW_RETRY_PF; in x86_emulate_instruction()
9032 emulation_type)) in x86_emulate_instruction()
9066 emulation_type)) in x86_emulate_instruction()
9070 !(emulation_type & EMULTYPE_SKIP)) { in x86_emulate_instruction()
9096 if (emulation_type & EMULTYPE_SKIP) { in x86_emulate_instruction()
9132 if (emulation_type & EMULTYPE_PF) { in x86_emulate_instruction()
[all …]
A Dkvm_emulate.h517 int x86_decode_insn(struct x86_emulate_ctxt *ctxt, void *insn, int insn_len, int emulation_type);
A Demulate.c4733 int x86_decode_insn(struct x86_emulate_ctxt *ctxt, void *insn, int insn_len, int emulation_type) in x86_decode_insn() argument
4946 if (unlikely(emulation_type & EMULTYPE_TRAP_UD) && in x86_decode_insn()
/arch/x86/include/asm/
A Dkvm_host.h2141 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);

Completed in 66 milliseconds