Searched refs:emulate_pop (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Demulate.c1647 static int emulate_pop(struct x86_emulate_ctxt *ctxt, function
1673 rc = emulate_pop(ctxt, ops, &val, len);
1724 rc = emulate_pop(ctxt, ops, &selector, c->op_bytes);
1773 rc = emulate_pop(ctxt, ops, &c->regs[reg], c->op_bytes);
1786 return emulate_pop(ctxt, ops, &c->dst.val, c->dst.bytes);
1896 rc = emulate_pop(ctxt, ops, &c->eip, c->op_bytes);
1901 rc = emulate_pop(ctxt, ops, &cs, c->op_bytes);
2704 rc = emulate_pop(ctxt, ops, &c->dst.val, c->op_bytes);

Completed in 23 milliseconds