Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dkvm_emulate.h495 int x86_decode_insn(struct x86_emulate_ctxt *ctxt, void *insn, int insn_len);
H A Demulate.c5178 int x86_decode_insn(struct x86_emulate_ctxt *ctxt, void *insn, int insn_len) in x86_decode_insn() function
H A Dx86.c7485 r = x86_decode_insn(ctxt, insn, insn_len); in x86_decode_emulated_instruction()