Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
Dinsn-eval.h18 bool insn_has_rep_prefix(struct insn *insn);
/Linux-v5.10/arch/x86/boot/compressed/
Dsev-es.c33 static bool insn_has_rep_prefix(struct insn *insn) in insn_has_rep_prefix() function
/Linux-v5.10/arch/x86/kernel/
Dsev-es-shared.c363 if (insn_has_rep_prefix(insn)) in vc_ioio_exitinfo()
Dsev-es.c892 rep = insn_has_rep_prefix(&ctxt->insn); in vc_handle_mmio_movs()
/Linux-v5.10/arch/x86/lib/
Dinsn-eval.c64 bool insn_has_rep_prefix(struct insn *insn) in insn_has_rep_prefix() function