Searched refs:decode_imm (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/ | 
| D | emulate.c | 4940 static int decode_imm(struct x86_emulate_ctxt *ctxt, struct operand *op,  in decode_imm()  function 4990 		rc = decode_imm(ctxt, op, 1, false);  in decode_operand() 5050 		rc = decode_imm(ctxt, op, 1, true);  in decode_operand() 5058 		rc = decode_imm(ctxt, op, imm_size(ctxt), true);  in decode_operand() 5061 		rc = decode_imm(ctxt, op, ctxt->op_bytes, true);  in decode_operand() 5078 		rc = decode_imm(ctxt, op, 2, false);  in decode_operand() 5081 		rc = decode_imm(ctxt, op, imm_size(ctxt), false);  in decode_operand()
  |