Lines Matching defs:emulate_pop
1948 static int emulate_pop(struct x86_emulate_ctxt *ctxt,
1966 return emulate_pop(ctxt, &ctxt->dst.val, ctxt->op_bytes);
1977 rc = emulate_pop(ctxt, &val, len);
2045 return emulate_pop(ctxt, reg_rmw(ctxt, VCPU_REGS_RBP), ctxt->op_bytes);
2067 rc = emulate_pop(ctxt, &selector, 2);
2118 rc = emulate_pop(ctxt, &val, ctxt->op_bytes);
2219 rc = emulate_pop(ctxt, &temp_eip, ctxt->op_bytes);
2227 rc = emulate_pop(ctxt, &cs, ctxt->op_bytes);
2232 rc = emulate_pop(ctxt, &temp_eflags, ctxt->op_bytes);
2341 rc = emulate_pop(ctxt, &eip, ctxt->op_bytes);
2355 rc = emulate_pop(ctxt, &eip, ctxt->op_bytes);
2358 rc = emulate_pop(ctxt, &cs, ctxt->op_bytes);
3616 rc = emulate_pop(ctxt, &eip, ctxt->op_bytes);