Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Demulate.c1852 static int emulate_pop(struct x86_emulate_ctxt *ctxt, in emulate_pop() function
1870 return emulate_pop(ctxt, &ctxt->dst.val, ctxt->op_bytes); in em_pop()
1881 rc = emulate_pop(ctxt, &val, len); in emulate_popf()
1949 return emulate_pop(ctxt, reg_rmw(ctxt, VCPU_REGS_RBP), ctxt->op_bytes); in em_leave()
1971 rc = emulate_pop(ctxt, &selector, 2); in em_pop_sreg()
2022 rc = emulate_pop(ctxt, &val, ctxt->op_bytes); in em_popa()
2123 rc = emulate_pop(ctxt, &temp_eip, ctxt->op_bytes); in emulate_iret_real()
2131 rc = emulate_pop(ctxt, &cs, ctxt->op_bytes); in emulate_iret_real()
2136 rc = emulate_pop(ctxt, &temp_eflags, ctxt->op_bytes); in emulate_iret_real()
2245 rc = emulate_pop(ctxt, &eip, ctxt->op_bytes); in em_ret()
[all …]