Searched refs:insn_has_rep_prefix (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dinsn-eval.h20 bool insn_has_rep_prefix(struct insn *insn);
/linux-master/arch/x86/boot/compressed/
H A Dsev.c36 static bool insn_has_rep_prefix(struct insn *insn) function
/linux-master/arch/x86/lib/
H A Dinsn-eval.c55 * insn_has_rep_prefix() - Determine if instruction has a REP prefix
62 bool insn_has_rep_prefix(struct insn *insn) function
/linux-master/arch/x86/kernel/
H A Dsev-shared.c819 if (insn_has_rep_prefix(insn))
H A Dsev.c1519 rep = insn_has_rep_prefix(&ctxt->insn);

Completed in 191 milliseconds