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

/linux-master/arch/x86/kvm/
H A Demulate.c4550 static int decode_imm(struct x86_emulate_ctxt *ctxt, struct operand *op, function
4600 rc = decode_imm(ctxt, op, 1, false);
4660 rc = decode_imm(ctxt, op, 1, true);
4668 rc = decode_imm(ctxt, op, imm_size(ctxt), true);
4671 rc = decode_imm(ctxt, op, ctxt->op_bytes, true);
4688 rc = decode_imm(ctxt, op, 2, false);
4691 rc = decode_imm(ctxt, op, imm_size(ctxt), false);

Completed in 191 milliseconds