Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dinsn-eval.h18 bool insn_has_rep_prefix(struct insn *insn);
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dinsn-eval.h20 bool insn_has_rep_prefix(struct insn *insn);
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dsev-es.c33 static bool insn_has_rep_prefix(struct insn *insn) in insn_has_rep_prefix() function
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dsev.c35 static bool insn_has_rep_prefix(struct insn *insn) in insn_has_rep_prefix() function
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsev-es-shared.c397 if (insn_has_rep_prefix(insn)) in vc_ioio_exitinfo()
H A Dsev-es.c982 rep = insn_has_rep_prefix(&ctxt->insn); in vc_handle_mmio_movs()
/kernel/linux/linux-5.10/arch/x86/lib/
H A Dinsn-eval.c57 * insn_has_rep_prefix() - Determine if instruction has a REP prefix
64 bool insn_has_rep_prefix(struct insn *insn) in insn_has_rep_prefix() function
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsev-shared.c812 if (insn_has_rep_prefix(insn)) in vc_ioio_exitinfo()
H A Dsev.c1512 rep = insn_has_rep_prefix(&ctxt->insn); in vc_handle_mmio_movs()
/kernel/linux/linux-6.6/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) in insn_has_rep_prefix() function

Completed in 12 milliseconds