decode_operand 5454 arch/x86/kvm/emulate.c rc = decode_operand(ctxt, &ctxt->src, (ctxt->d >> SrcShift) & OpMask); decode_operand 5462 arch/x86/kvm/emulate.c rc = decode_operand(ctxt, &ctxt->src2, (ctxt->d >> Src2Shift) & OpMask); decode_operand 5467 arch/x86/kvm/emulate.c rc = decode_operand(ctxt, &ctxt->dst, (ctxt->d >> DstShift) & OpMask);