Lines Matching defs:emulate_pop
1840 static int emulate_pop(struct x86_emulate_ctxt *ctxt,
1858 return emulate_pop(ctxt, &ctxt->dst.val, ctxt->op_bytes);
1869 rc = emulate_pop(ctxt, &val, len);
1937 return emulate_pop(ctxt, reg_rmw(ctxt, VCPU_REGS_RBP), ctxt->op_bytes);
1959 rc = emulate_pop(ctxt, &selector, 2);
2010 rc = emulate_pop(ctxt, &val, ctxt->op_bytes);
2111 rc = emulate_pop(ctxt, &temp_eip, ctxt->op_bytes);
2119 rc = emulate_pop(ctxt, &cs, ctxt->op_bytes);
2124 rc = emulate_pop(ctxt, &temp_eflags, ctxt->op_bytes);
2233 rc = emulate_pop(ctxt, &eip, ctxt->op_bytes);
2247 rc = emulate_pop(ctxt, &eip, ctxt->op_bytes);
2250 rc = emulate_pop(ctxt, &cs, ctxt->op_bytes);
3188 rc = emulate_pop(ctxt, &eip, ctxt->op_bytes);