Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Dx86.h289 int x86_emulate_instruction(struct kvm_vcpu *vcpu, unsigned long cr2,
Dx86.c6619 int x86_emulate_instruction(struct kvm_vcpu *vcpu, in x86_emulate_instruction() function
6784 return x86_emulate_instruction(vcpu, 0, emulation_type, NULL, 0); in kvm_emulate_instruction()
6791 return x86_emulate_instruction(vcpu, 0, 0, insn, insn_len); in kvm_emulate_instruction_from_buffer()
Dmmu.c5589 return x86_emulate_instruction(vcpu, cr2, emulation_type, insn, in kvm_mmu_page_fault()