Searched defs:emulation_type (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ | ||
H A D | kvm_host.h | 998 emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type) emulate_instruction() argument |
/linux-4.4.14/arch/x86/kvm/ | ||
H A D | mmu.c | 4401 int r, emulation_type = EMULTYPE_RETRY; kvm_mmu_page_fault() local |
H A D | x86.c | 5110 reexecute_instruction(struct kvm_vcpu *vcpu, gva_t cr2, bool write_fault_to_shadow_pgtable, int emulation_type) reexecute_instruction() argument 5181 retry_instruction(struct x86_emulate_ctxt *ctxt, unsigned long cr2, int emulation_type) retry_instruction() argument 5344 x86_emulate_instruction(struct kvm_vcpu *vcpu, unsigned long cr2, int emulation_type, void *insn, int insn_len) x86_emulate_instruction() argument |
Completed in 159 milliseconds