Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dkvm_emulate.h502 int x86_emulate_insn(struct x86_emulate_ctxt *ctxt);
H A Demulate.c5547 int x86_emulate_insn(struct x86_emulate_ctxt *ctxt) in x86_emulate_insn() function
H A Dx86.c7595 r = x86_emulate_insn(ctxt); in x86_emulate_instruction()