Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Demulate.c1840 static int emulate_pop(struct x86_emulate_ctxt *ctxt, in emulate_pop() function
1869 rc = emulate_pop(ctxt, &val, len); in emulate_popf()
1959 rc = emulate_pop(ctxt, &selector, 2); in em_pop_sreg()
2010 rc = emulate_pop(ctxt, &val, ctxt->op_bytes); in em_popa()
2111 rc = emulate_pop(ctxt, &temp_eip, ctxt->op_bytes); in emulate_iret_real()
2119 rc = emulate_pop(ctxt, &cs, ctxt->op_bytes); in emulate_iret_real()
2124 rc = emulate_pop(ctxt, &temp_eflags, ctxt->op_bytes); in emulate_iret_real()
2233 rc = emulate_pop(ctxt, &eip, ctxt->op_bytes); in em_ret()
2247 rc = emulate_pop(ctxt, &eip, ctxt->op_bytes); in em_ret_far()
2250 rc = emulate_pop(ctxt, &cs, ctxt->op_bytes); in em_ret_far()
[all …]