Lines Matching refs:emulate_pop
1768 static int emulate_pop(struct x86_emulate_ctxt *ctxt, in emulate_pop() function
1786 return emulate_pop(ctxt, &ctxt->dst.val, ctxt->op_bytes); in em_pop()
1797 rc = emulate_pop(ctxt, &val, len); in emulate_popf()
1865 return emulate_pop(ctxt, reg_rmw(ctxt, VCPU_REGS_RBP), ctxt->op_bytes); in em_leave()
1887 rc = emulate_pop(ctxt, &selector, 2); in em_pop_sreg()
1938 rc = emulate_pop(ctxt, &val, ctxt->op_bytes); in em_popa()
2039 rc = emulate_pop(ctxt, &temp_eip, ctxt->op_bytes); in emulate_iret_real()
2047 rc = emulate_pop(ctxt, &cs, ctxt->op_bytes); in emulate_iret_real()
2052 rc = emulate_pop(ctxt, &temp_eflags, ctxt->op_bytes); in emulate_iret_real()
2169 rc = emulate_pop(ctxt, &eip, ctxt->op_bytes); in em_ret()
2189 rc = emulate_pop(ctxt, &eip, ctxt->op_bytes); in em_ret_far()
2192 rc = emulate_pop(ctxt, &cs, ctxt->op_bytes); in em_ret_far()
3410 rc = emulate_pop(ctxt, &eip, ctxt->op_bytes); in em_ret_near_imm()