Searched refs:insn_decode_from_regs (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | insn-eval.h | 29 bool insn_decode_from_regs(struct insn *insn, struct pt_regs *regs,
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | insn-eval.h | 32 bool insn_decode_from_regs(struct insn *insn, struct pt_regs *regs,
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | umip.c | 359 if (!insn_decode_from_regs(&insn, regs, buf, nr_copied)) in fixup_umip_exception()
|
H A D | sev-es.c | 239 if (!insn_decode_from_regs(&ctxt->insn, ctxt->regs, buffer, res)) in vc_decode_insn()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | umip.c | 357 if (!insn_decode_from_regs(&insn, regs, buf, nr_copied)) in fixup_umip_exception()
|
H A D | sev.c | 298 if (!insn_decode_from_regs(&ctxt->insn, ctxt->regs, buffer, insn_bytes)) in __vc_decode_user_insn()
|
/kernel/linux/linux-5.10/arch/x86/lib/ |
H A D | insn-eval.c | 1501 * insn_decode_from_regs() - Decode an instruction 1514 bool insn_decode_from_regs(struct insn *insn, struct pt_regs *regs, in insn_decode_from_regs() function
|
/kernel/linux/linux-6.6/arch/x86/lib/ |
H A D | insn-eval.c | 1542 * insn_decode_from_regs() - Decode an instruction 1555 bool insn_decode_from_regs(struct insn *insn, struct pt_regs *regs, in insn_decode_from_regs() function
|
Completed in 9 milliseconds