Searched refs:emulate_pop (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/arch/x86/kvm/ |
D | emulate.c | 1412 static int emulate_pop(struct x86_emulate_ctxt *ctxt, in emulate_pop() function 1430 return emulate_pop(ctxt, &ctxt->dst.val, ctxt->op_bytes); in em_pop() 1441 rc = emulate_pop(ctxt, &val, len); in emulate_popf() 1496 rc = emulate_pop(ctxt, &selector, ctxt->op_bytes); in em_pop_sreg() 1542 rc = emulate_pop(ctxt, &ctxt->regs[reg], ctxt->op_bytes); in em_popa() 1627 rc = emulate_pop(ctxt, &temp_eip, ctxt->op_bytes); in emulate_iret_real() 1635 rc = emulate_pop(ctxt, &cs, ctxt->op_bytes); in emulate_iret_real() 1640 rc = emulate_pop(ctxt, &temp_eflags, ctxt->op_bytes); in emulate_iret_real() 1837 rc = emulate_pop(ctxt, &ctxt->_eip, ctxt->op_bytes); in em_ret_far() 1842 rc = emulate_pop(ctxt, &cs, ctxt->op_bytes); in em_ret_far() [all …]
|