Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dinsn-eval.h20 bool insn_has_rep_prefix(struct insn *insn);
/openbmc/linux/arch/x86/boot/compressed/
H A Dsev.c35 static bool insn_has_rep_prefix(struct insn *insn) in insn_has_rep_prefix() function
/openbmc/linux/arch/x86/lib/
H A Dinsn-eval.c62 bool insn_has_rep_prefix(struct insn *insn) in insn_has_rep_prefix() function
/openbmc/linux/arch/x86/kernel/
H A Dsev-shared.c808 if (insn_has_rep_prefix(insn)) in vc_ioio_exitinfo()
H A Dsev.c1500 rep = insn_has_rep_prefix(&ctxt->insn); in vc_handle_mmio_movs()