Searched refs:decode_operand (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | emulate.c | 5012 static int decode_operand(struct x86_emulate_ctxt *ctxt, struct operand *op, in decode_operand() function 5449 rc = decode_operand(ctxt, &ctxt->src, (ctxt->d >> SrcShift) & OpMask); in x86_decode_insn() 5457 rc = decode_operand(ctxt, &ctxt->src2, (ctxt->d >> Src2Shift) & OpMask); in x86_decode_insn() 5462 rc = decode_operand(ctxt, &ctxt->dst, (ctxt->d >> DstShift) & OpMask); in x86_decode_insn()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | emulate.c | 4594 static int decode_operand(struct x86_emulate_ctxt *ctxt, struct operand *op, in decode_operand() function 5034 rc = decode_operand(ctxt, &ctxt->src, (ctxt->d >> SrcShift) & OpMask); in x86_decode_insn() 5042 rc = decode_operand(ctxt, &ctxt->src2, (ctxt->d >> Src2Shift) & OpMask); in x86_decode_insn() 5047 rc = decode_operand(ctxt, &ctxt->dst, (ctxt->d >> DstShift) & OpMask); in x86_decode_insn()
|
Completed in 16 milliseconds